From 05713b80e0c6d1506ee9cbf34544435bf709b124 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 15 Sep 2002 18:24:08 +0000 Subject: ChangeLog: Follow spelling conventions. * ChangeLog: Follow spelling conventions. * ChangeLog.0: Likewise. * ChangeLog.1: Likewise. * ChangeLog.2: Likewise. * ChangeLog.3: Likewise. * ChangeLog.4: Likewise. * ChangeLog.5: Likewise. * ChangeLog.6: Likewise. * FSFChangeLog.10: Likewise. * FSFChangeLog.11: Likewise. * c-common.c: Likewise. * c-common.h: Likewise. * c-format.c: Likewise. * c-opts.c: Likewise. * cpplib.c: Likewise. * langhooks.h: Likewise. * real.c: Likewise. * reg-stack.c: Likewise. * toplev.c: Likewise. * config/arm/arm.c: Likewise. * config/arm/arm.md: Likewise. * config/arm/linux-gas.h: Likewise. * config/arm/netbsd.h: Likewise. * config/c4x/c4x.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/c4x/libgcc.S: Likewise. * config/fr30/fr30.md: Likewise. * config/frv/frv.md: Likewise. * config/ia64/ia64.md: Likewise. * config/mips/mips.h: Likewise. * config/mn10300/mn10300.c: Likewise. * config/stormy16/stormy16.c: Likewise. * config/v850/v850.md: Likewise. * doc/extend.texi: Likewise. * doc/invoke.texi: Likewise. * doc/md.texi: Likewise. From-SVN: r57166 --- gcc/c-common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/c-common.c') 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); -- cgit v1.1