Commit fedef662 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

tools/winapi: Fix a typo in comments.

parent 83fee745
...@@ -98,7 +98,7 @@ sub new($) { ...@@ -98,7 +98,7 @@ sub new($) {
# remove leading and trailing whitespace # remove leading and trailing whitespace
s/^\s*(.*?)\s*$/$1/; s/^\s*(.*?)\s*$/$1/;
# skip emty lines # skip empty lines
if(/^$/) { next; } if(/^$/) { next; }
# skip comments # skip comments
...@@ -147,7 +147,7 @@ sub new($) { ...@@ -147,7 +147,7 @@ sub new($) {
# remove leading and trailing whitespace # remove leading and trailing whitespace
s/^\s*(.*?)\s*$/$1/; s/^\s*(.*?)\s*$/$1/;
# skip emty lines # skip empty lines
if(/^$/) { next; } if(/^$/) { next; }
if(/^\#undef\s+(\S+)$/) { if(/^\#undef\s+(\S+)$/) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment