diff options
author | Matt Kraai <kraai@gcc.gnu.org> | 2002-06-07 17:59:18 +0000 |
---|---|---|
committer | Matt Kraai <kraai@gcc.gnu.org> | 2002-06-07 17:59:18 +0000 |
commit | 808157065303051f2c1d92e7bc64f8281dd574f8 (patch) | |
tree | e1e48074f6ede8218f357075559e1cb6eb4b963e /gcc/gensupport.c | |
parent | 4bafaa6fdcbe72021446626f952e66e979aa4506 (diff) | |
download | gcc-808157065303051f2c1d92e7bc64f8281dd574f8.tar.gz |
* gensupport.c: Fix misspelling.
From-SVN: r54346
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) |