typo
authorStefan Behnel <scoder@users.berlios.de>
Thu, 13 Jan 2011 16:00:39 +0000 (17:00 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 13 Jan 2011 16:00:39 +0000 (17:00 +0100)
Cython/Compiler/ExprNodes.py

index ec12a94d658bb7f18de410a4f58e8c0b41c05417..688a5091722b4bf72511d1a498814cb59707f076 100755 (executable)
@@ -1297,7 +1297,7 @@ class NameNode(AtomicExprNode):
             # is used for the pointer to the type they represent.
             return type_type
         elif self.entry.type.is_cfunction:
-            # special case: referring to a C function must return it's pointer
+            # special case: referring to a C function must return its pointer
             return PyrexTypes.CPtrType(self.entry.type)
         else:
             return self.entry.type