tools/winapi: Fix a typo in comments.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Andrey Gusev 2016-05-01 11:29:10 +03:00 committed by Alexandre Julliard
parent 83fee7456d
commit fedef6628d
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ sub new($) {
# remove leading and trailing whitespace
s/^\s*(.*?)\s*$/$1/;
# skip emty lines
# skip empty lines
if(/^$/) { next; }
# skip comments
@ -147,7 +147,7 @@ sub new($) {
# remove leading and trailing whitespace
s/^\s*(.*?)\s*$/$1/;
# skip emty lines
# skip empty lines
if(/^$/) { next; }
if(/^\#undef\s+(\S+)$/) {