diff options
Diffstat (limited to 'gcc/function.h')
-rw-r--r-- | gcc/function.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h index ff96b9c2bb2..dacd63c019e 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -441,7 +441,7 @@ struct function GTY(()) calls (if any) are sibling calls. Such functions do not have to have EH tables generated, as they cannot throw. A call to such a function, however, should be treated as throwing if any of its callees - can throw. */ + can throw. */ unsigned int all_throwers_are_sibcalls : 1; /* Nonzero if instrumentation calls for function entry and exit should be |