From: Stefan Behnel Date: Thu, 13 Jan 2011 16:00:39 +0000 (+0100) Subject: typo X-Git-Tag: 0.14.1rc0~16 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fccdc5091106e642527da12f507b8cadcb18b23c;p=cython.git typo --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index ec12a94d..688a5091 100755 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -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