diff options
-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) |