Fix incorrect comments

This commit is contained in:
Olly Betts 2015-05-09 21:59:03 +12:00
commit d1a8675ac4
4 changed files with 4 additions and 4 deletions

View file

@ -328,7 +328,7 @@ namespace Swig {
}
public:
/* wrap a python object, optionally taking ownership */
/* wrap a python object. */
Director(PyObject *self) : swig_self(self), swig_disown_flag(false) {
}