diff options
author | eggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-10 20:12:31 +0000 |
---|---|---|
committer | eggert <eggert@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-10 20:12:31 +0000 |
commit | 99c2edb0f0e6493a18cc59af5c3a8393af316cf4 (patch) | |
tree | b4f2704adde3928fdd212b8b3b3dd90a2997aef6 /gcc/flags.h | |
parent | 7bd1d6ab3457ebb89d7387f2b831efe5ee92c06f (diff) | |
download | gcc-99c2edb0f0e6493a18cc59af5c3a8393af316cf4.tar.gz |
# Fix misspellings in comments.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3181 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 19d2ead69ed..7238899f773 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -237,7 +237,7 @@ extern int flag_fast_math; extern int flag_inline_functions; /* Nonzero for -fkeep-inline-functions: even if we make a function - go inline everywhere, keep its defintion around for debugging + go inline everywhere, keep its definition around for debugging purposes. */ extern int flag_keep_inline_functions; |