diff options
Diffstat (limited to 'gcc/cif-code.def')
-rw-r--r-- | gcc/cif-code.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cif-code.def b/gcc/cif-code.def index 55e0ef4..d1c4941 100644 --- a/gcc/cif-code.def +++ b/gcc/cif-code.def @@ -48,7 +48,7 @@ DEFCIFCODE(REDEFINED_EXTERN_INLINE, /* Function is not inlinable. */ DEFCIFCODE(FUNCTION_NOT_INLINABLE, N_("function not inlinable")) -/* Function is not overwritable. */ +/* Function is overwritable. */ DEFCIFCODE(OVERWRITABLE, N_("function body can be overwritten at link time")) /* Function is not an inlining candidate. */ |