diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-08-25 02:20:06 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-08-25 02:20:06 -0600 |
commit | e16ba10cd48f16c2197a47e75adc2699e3c41542 (patch) | |
tree | 8291ede61de895091684b24e906b09e2793714f2 /gcc/ch/lang-options.h | |
parent | ca236658f42c239af698ae0f68120d364319185b (diff) | |
download | gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.zip gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.tar.gz gcc-e16ba10cd48f16c2197a47e75adc2699e3c41542.tar.bz2 |
Fix typos.
From-SVN: r28850
Diffstat (limited to 'gcc/ch/lang-options.h')
-rw-r--r-- | gcc/ch/lang-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/lang-options.h b/gcc/ch/lang-options.h index cf0c44e..14826805 100644 --- a/gcc/ch/lang-options.h +++ b/gcc/ch/lang-options.h @@ -28,7 +28,7 @@ DEFINE_LANG_NAME ("Chill") { "-lang-chill", "" }, { "-flocal-loop-counter", "" }, - { "-fno-local-loop-counter", "Do not make seperate scopes for every 'for' loop"}, + { "-fno-local-loop-counter", "Do not make separate scopes for every 'for' loop"}, { "-fgrant-only", "Stop after successfully generating a grant file" }, { "-fchill-grant-only", "" }, { "-fold-strings", "Implement the 1984 Chill string semantics" }, |