Fix typo in comment

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9174 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-06-22 18:11:30 +00:00
commit b4626ccbac

View file

@ -792,7 +792,7 @@ Swig_MethodToFunction(Node *n, String *classname, int flags) {
Parm *p;
String *self = 0;
/* If smart pointer, change self derefencing */
/* If smart pointer, change self dereferencing */
if (flags & CWRAP_SMART_POINTER) {
self = NewString("(*this)->");
}