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 727879e..a904e0f 100644 --- a/gcc/function.h +++ b/gcc/function.h @@ -386,7 +386,7 @@ struct function GTY(()) unsigned int calls_alloca : 1; /* Nonzero if function being compiled called builtin_return_addr or - builtin_frame_address with non-zero count. */ + builtin_frame_address with nonzero count. */ unsigned int accesses_prior_frames : 1; /* Nonzero if the function calls __builtin_eh_return. */ |