Fix typo in comment.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9349 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-24 19:57:46 +00:00
commit 1bb2bad0ad

View file

@ -1242,7 +1242,7 @@ int SwigType_type(SwigType *t)
* 1.- swig detects a default_constructor and 'setallocate:default_constructor'
* attribute.
*
* 2.- swig doesn't mark 'type' as noassignable.
* 2.- swig doesn't mark 'type' as non-assignable.
*
* 3.- the user specify that the value wrapper is not needed by using
* the %feature("novaluewrapper"), in that case the user need to type