Author: Wim Lavrijsen <[email protected]>
Branch: reflex-support
Changeset: r67012:74285b1995d3
Date: 2013-09-13 23:16 -0700
http://bitbucket.org/pypy/pypy/changeset/74285b1995d3/
Log: fix comment
diff --git a/pypy/module/cppyy/interp_cppyy.py
b/pypy/module/cppyy/interp_cppyy.py
--- a/pypy/module/cppyy/interp_cppyy.py
+++ b/pypy/module/cppyy/interp_cppyy.py
@@ -1141,7 +1141,7 @@
do_cast=True, python_owns=False, is_ref=False, fresh=False):
rawobject = rffi.cast(capi.C_OBJECT, rawobject)
- # cast to actual cast if requested and possible
+ # cast to actual if requested and possible
w_pycppclass = space.w_None
if do_cast and rawobject:
actual = capi.c_actual_class(space, cppclass, rawobject)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit