summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorZoltan Felleg <zfelleg@telnet.hu>2001-07-01 12:25:32 +0200
committerGerald Pfeifer <gerald@gcc.gnu.org>2001-07-01 10:25:32 +0000
commite514984118105c93f08b65fcda8d41193f49bbcc (patch)
treee2b79cf2ce89c64204408280347a3cd60a88d01b /contrib
parent80617fee7e2ee990fdfe43394cf48f6d01538d1b (diff)
downloadgcc-e514984118105c93f08b65fcda8d41193f49bbcc.tar.gz
* warn_summary: Fix typo in a comment.
From-SVN: r43669
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rwxr-xr-xcontrib/warn_summary2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index f349fc398bb..e9d884731ca 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 4f2eefd31ee..5b023a38e51 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.