diff options
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/warn_summary | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index f349fc3..e9d8847 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2001-07-01 Zoltan Felleg <zfelleg@telnet.hu> + + * warn_summary: Fix typo in a comment. + 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com> * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi. diff --git a/contrib/warn_summary b/contrib/warn_summary index 4f2eefd..5b023a3 100755 --- a/contrib/warn_summary +++ b/contrib/warn_summary @@ -7,7 +7,7 @@ # [-pass|-wpass] [file(s)] # # -llf -# Filter out long lines from the bootstap output before any other +# Filter out long lines from the bootstrap output before any other # action. This is useful for systems with broken awks/greps which choke # on long lines. It is not done by default as it sometimes slows things # down. |