diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /zlib2ansi | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2 zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip |
Fix some typos.
No code changes.
Diffstat (limited to 'zlib2ansi')
-rwxr-xr-x | zlib2ansi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ | |||
8 | 8 | ||
9 | # TODO | 9 | # TODO |
10 | # | 10 | # |
11 | # Asumes no function pointer parameters. unless they are typedefed. | 11 | # Assumes no function pointer parameters. unless they are typedefed. |
12 | # Assumes no literal strings that look like function definitions | 12 | # Assumes no literal strings that look like function definitions |
13 | # Assumes functions start at the beginning of a line | 13 | # Assumes functions start at the beginning of a line |
14 | 14 | ||
@@ -104,7 +104,7 @@ sub StripComments | |||
104 | 104 | ||
105 | no warnings; | 105 | no warnings; |
106 | 106 | ||
107 | # Strip C & C++ coments | 107 | # Strip C & C++ comments |
108 | # From the perlfaq | 108 | # From the perlfaq |
109 | $_[0] =~ | 109 | $_[0] =~ |
110 | 110 | ||