diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-16 11:42:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-09-16 11:42:00 +0000 |
commit | 8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4 (patch) | |
tree | 2867ef8bbccdf81f693f2e0eefe7cd60cde8a243 /gcc/integrate.c | |
parent | cf0f53eb6e76976cd7a2211a331cac5732d4a9bf (diff) | |
download | gcc-8d9afc4e2b9ac69f4808cdc9b55bbfb84d92f7b4.tar.gz |
ABOUT-NLS: Follow spelling conventions.
* ABOUT-NLS: Follow spelling conventions.
* ChangeLog: Likewise.
* ChangeLog.1: Likewise.
* ChangeLog.2: Likewise.
* ChangeLog.3: Likewise.
* ChangeLog.4: Likewise.
* ChangeLog.5: Likewise.
* ChangeLog.6: Likewise.
* FSFChangeLog.10: Likewise.
* FSFChangeLog.11: Likewise.
* c-common.c: Likewise.
* c-lex.c: Likewise.
* c-objc-common.c: Likewise.
* cppexp.c: Likewise.
* cppinit.c: Likewise.
* cpplex.c: Likewise.
* doloop.c: Likewise.
* flow.c: Likewise.
* function.c: Likewise.
* integrate.c: Likewise.
* loop.c: Likewise.
* reg-stack.c: Likewise.
* reload.h: Likewise.
* ssa.c: Likewise.
From-SVN: r57188
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r-- | gcc/integrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c index 8d23ae9d754..3f2a11f1516 100644 --- a/gcc/integrate.c +++ b/gcc/integrate.c @@ -245,7 +245,7 @@ function_cannot_inline_p (fndecl) /* We will not inline a function which uses computed goto. The addresses of its local labels, which may be tucked into global storage, are of course - not constant across instantiations, which causes unexpected behaviour. */ + not constant across instantiations, which causes unexpected behavior. */ if (current_function_has_computed_jump) return N_("function with computed jump cannot inline"); |