aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-common.c')
-rw-r--r--gcc/c-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-common.c b/gcc/c-common.c
index 2bc4592..a9ed096 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -303,7 +303,7 @@ int warn_char_subscripts;
int warn_conversion;
-/* Warn about #pragma directives that are not recognised. */
+/* Warn about #pragma directives that are not recognized. */
int warn_unknown_pragmas; /* Tri state variable. */
@@ -4947,7 +4947,7 @@ builtin_define_float_constants (name_prefix, fp_suffix, type)
sprintf (name, "__%s_DIG__", name_prefix);
builtin_define_with_int_value (name, dig);
- /* The minimum negative int x such that b**(x-1) is a normalised float. */
+ /* The minimum negative int x such that b**(x-1) is a normalized float. */
sprintf (name, "__%s_MIN_EXP__", name_prefix);
sprintf (buf, "(%d)", min_exp);
builtin_define_with_value (name, buf, 0);