spelling mistake in comment in recent commit
This commit is contained in:
@@ -3066,7 +3066,7 @@ boolean FDECL((*proc), (char *));
|
|||||||
while (*ep == ' ' || *ep == '\t')
|
while (*ep == ' ' || *ep == '\t')
|
||||||
++ep;
|
++ep;
|
||||||
|
|
||||||
/* ingore empty lines and full-line comment lines */
|
/* ignore empty lines and full-line comment lines */
|
||||||
if (!*ep || *ep == '#')
|
if (!*ep || *ep == '#')
|
||||||
ignoreline = TRUE;
|
ignoreline = TRUE;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user