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:
parent
54c629fe03
commit
b4626ccbac
1 changed files with 1 additions and 1 deletions
|
|
@ -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)->");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue