Fix typo in comment

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9318 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-09-22 05:07:59 +00:00
commit 37c304b631

View file

@ -530,7 +530,7 @@ int yylook(void) {
case 0 :
if((c = nextchar()) == 0) return (0);
/* Process delimeters */
/* Process delimiters */
if (c == '\n') {
state = 0;