diff options
author | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-01 10:25:32 +0000 |
---|---|---|
committer | gerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-01 10:25:32 +0000 |
commit | 4623dc33c058964403ae3cd115f34cb9e8e2a45a (patch) | |
tree | e2b79cf2ce89c64204408280347a3cd60a88d01b /contrib/warn_summary | |
parent | 9af93f805f704c98d2dd8e17307243a193eac328 (diff) | |
download | gcc-4623dc33c058964403ae3cd115f34cb9e8e2a45a.tar.gz |
* warn_summary: Fix typo in a comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43669 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. |