diff options
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index b49e2d1a64c..9c3e9994e06 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -465,7 +465,7 @@ extern int warn_write_strings; extern int warn_redundant_decls; -/* Warn about testing equality of floating point numbers. */ +/* Warn about testing equality of floating point numbers. */ extern int warn_float_equal; |