Fix comment typo
This commit is contained in:
parent
72691e5a49
commit
33da19d2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ static void swig_add_module(char *name, void (*initfunc)()) {
|
|||
SWIG_Import_Inittab[swig_num_modules].initfunc = 0;
|
||||
}
|
||||
|
||||
/* Function to add all of Python's build in modules to our interpreter */
|
||||
/* Function to add all of Python's built-in modules to our interpreter */
|
||||
|
||||
static void swig_add_builtin() {
|
||||
int i = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue