diff options
author | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-07 19:02:46 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-07 19:02:46 +0100 |
commit | cc712abf045f954314de6c463816ecfbde58ba71 (patch) | |
tree | 7b81b50de81c4c6d563b250ac84aaa92bc4cf21c /gcc/toplev.c | |
parent | 8b60264b0d7878d24c17067464cafc1d5c9ab33e (diff) | |
download | gcc-cc712abf045f954314de6c463816ecfbde58ba71.zip gcc-cc712abf045f954314de6c463816ecfbde58ba71.tar.gz gcc-cc712abf045f954314de6c463816ecfbde58ba71.tar.bz2 |
acinclude.m4: Fix spelling error of "separate" as "seperate".
config:
* acinclude.m4: Fix spelling error of "separate" as "seperate".
gcc:
* ChangeLog.2, c-decl.c, config/i386/i386.md, doc/gcc.texi, gcc.c,
genmultilib, toplev.c: Fix spelling errors of "separate" as
"seperate", and corresponding spelling errors of related words.
gcc/ada:
* 5oosinte.adb: Fix spelling error of "separate" as "seperate".
gcc/testsuite:
* gcc.c-torture/unsorted/unsorted.exp, lib/file-format.exp: Fix
spelling errors of "separate" as "seperate".
libffi:
* src/x86/ffi.c: Fix spelling error of "separate" as "seperate".
libjava:
* defineclass.cc, java/awt/image/ColorModel.java,
java/awt/image/SampleModel.java, java/lang/Package.java,
java/security/cert/X509Extension.java: Fix spelling errors of
"separate" as "seperate", and corresponding spelling errors of
related words.
libstdc++-v3:
* docs/html/22_locale/locale.html, docs/html/faq/index.html: Fix
spelling errors of "separate" as "seperate", and corresponding
spelling errors of related words.
* docs/html/faq/index.txt: Regenerate.
From-SVN: r46063
Diffstat (limited to 'gcc/toplev.c')
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 373c6f9..1b3487e 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -2728,7 +2728,7 @@ rest_of_compilation (decl) DECL_DEFER_OUTPUT (decl) = 1; if (DECL_INLINE (decl)) - /* DWARF wants seperate debugging info for abstract and + /* DWARF wants separate debugging info for abstract and concrete instances of all inline functions, including those declared inline but not inlined, and those inlined even though they weren't declared inline. Conveniently, that's |