diff options
author | Zoltan Felleg <zfelleg@telnet.hu> | 2001-07-01 12:25:32 +0200 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2001-07-01 10:25:32 +0000 |
commit | e514984118105c93f08b65fcda8d41193f49bbcc (patch) | |
tree | e2b79cf2ce89c64204408280347a3cd60a88d01b /contrib/warn_summary | |
parent | 80617fee7e2ee990fdfe43394cf48f6d01538d1b (diff) | |
download | gcc-e514984118105c93f08b65fcda8d41193f49bbcc.zip gcc-e514984118105c93f08b65fcda8d41193f49bbcc.tar.gz gcc-e514984118105c93f08b65fcda8d41193f49bbcc.tar.bz2 |
* warn_summary: Fix typo in a comment.
From-SVN: r43669
Diffstat (limited to 'contrib/warn_summary')
-rwxr-xr-x | contrib/warn_summary | 2 |
1 files changed, 1 insertions, 1 deletions
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. |