Commit fccdc509 authored by Stefan Behnel's avatar Stefan Behnel

typo

parent 48177ec6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment