From fccdc5091106e642527da12f507b8cadcb18b23c Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Thu, 13 Jan 2011 17:00:39 +0100 Subject: [PATCH] typo --- Cython/Compiler/ExprNodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2