Changed a comment to "push" something on a stack.
diff --git a/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java b/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java
index d94432c..9823b86 100644
--- a/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java
+++ b/src/org/apache/xalan/xsltc/compiler/UnparsedEntityUriCall.java
@@ -56,7 +56,7 @@
     public void translate(ClassGenerator classGen, MethodGenerator methodGen) {
         final ConstantPoolGen cpg = classGen.getConstantPool();
         final InstructionList il = methodGen.getInstructionList();
-        // Feck the this pointer on the stack...
+        // Push the this pointer on the stack...
         il.append(methodGen.loadDOM());
         // ...then the entity name...
         _entity.translate(classGen, methodGen);