comment correction

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11010 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2008-12-28 20:36:21 +00:00
commit 9db99bfb3e

View file

@ -178,6 +178,6 @@ struct NoExceptTest {
};
%}
// Turn global exceptions off (for the implicit destructors)
// Turn global exceptions off (for the implicit destructors/constructors)
%nojavaexception;