Improve wording in docs
This commit is contained in:
parent
40c3bf30b2
commit
a7ed8be8b4
1 changed files with 2 additions and 2 deletions
|
|
@ -2991,7 +2991,7 @@ virtual int functionWrapper(Node *n) {
|
|||
/* create the wrapper object */
|
||||
Wrapper *wrapper = NewWrapper();
|
||||
|
||||
/* create the functions wrapped name */
|
||||
/* create the wrapper function's name */
|
||||
String *wname = Swig_name_wrapper(iname);
|
||||
|
||||
/* deal with overloading */
|
||||
|
|
@ -3000,7 +3000,7 @@ virtual int functionWrapper(Node *n) {
|
|||
/* write the wrapper function definition */
|
||||
Printv(wrapper->def, "RETURN_TYPE ", wname, "(ARGS) {", NIL);
|
||||
|
||||
/* if any additional local variable needed, add them now */
|
||||
/* if any additional local variables are needed, add them now */
|
||||
...
|
||||
|
||||
/* write the list of locals/arguments required */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue