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