diff options
author | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-07 17:59:18 +0000 |
---|---|---|
committer | kraai <kraai@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-07 17:59:18 +0000 |
commit | 3c879f1d470cfed3cd160e8a62596a4b2a9d3b5e (patch) | |
tree | e1e48074f6ede8218f357075559e1cb6eb4b963e /gcc/gensupport.c | |
parent | 70ac87845bdde2837fe416373eb739502a0a0129 (diff) | |
download | gcc-3c879f1d470cfed3cd160e8a62596a4b2a9d3b5e.tar.gz |
* gensupport.c: Fix misspelling.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54346 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 251cce995a5..7cfa31ba127 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -183,7 +183,7 @@ remove_constraints (part) } /* Process an include file assuming that it lives in gcc/config/{target}/ - if the include looks line (include "file"). */ + if the include looks like (include "file"). */ static void process_include (desc, lineno) |