projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48177ec
)
typo
author
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 Jan 2011 16:00:39 +0000
(17:00 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Thu, 13 Jan 2011 16:00:39 +0000
(17:00 +0100)
Cython/Compiler/ExprNodes.py
patch
|
blob
|
history
diff --git
a/Cython/Compiler/ExprNodes.py
b/Cython/Compiler/ExprNodes.py
index ec12a94d658bb7f18de410a4f58e8c0b41c05417..688a5091722b4bf72511d1a498814cb59707f076 100755
(executable)
--- 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