From 203588e7ff0bb1940648ef3c45ed0a8a958fea17 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Tue, 11 Jan 2000 16:23:49 -0500 Subject: [PATCH] fix typos From-SVN: r31336 --- gcc/cpphash.c | 2 +- gcc/dwarf2out.c | 2 +- gcc/gcc.c | 1 - gcc/reload1.c | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/gcc/cpphash.c b/gcc/cpphash.c index e99e6c70da9..76ee8bf3333 100644 --- a/gcc/cpphash.c +++ b/gcc/cpphash.c @@ -131,7 +131,7 @@ cpp_lookup (pfile, name, len, hash) if (len < 0) { - for (bp = name; is_idchar(*bp); bp++); + for (bp = name; is_idchar (*bp); bp++); len = bp - name; } diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index ca01b193db9..641f937a91e 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -9207,7 +9207,7 @@ gen_tagged_type_instantiation_die (type, context_die) if (type != type_main_variant (type)) abort (); - /* Do not check TREE_ASM_WRITTEN(type) as it may not be set if this is + /* Do not check TREE_ASM_WRITTEN (type) as it may not be set if this is an instance of an unresolved type. */ switch (TREE_CODE (type)) diff --git a/gcc/gcc.c b/gcc/gcc.c index d488b4a35ae..b65d6e8cc02 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -769,7 +769,6 @@ static const char *link_command_spec = "\ %{!A:%{!nostdlib:%{!nostartfiles:%S}}}\ %{static:} %{L*} %o\ %{!nostdlib:%{!nodefaultlibs:%G %L %G}}\ - {"--pass-exit-codes", "-pass-exit-codes", 0}, %{!A:%{!nostdlib:%{!nostartfiles:%E}}}\ %{T*}\ \n }}}}}}"; diff --git a/gcc/reload1.c b/gcc/reload1.c index b6f90f6af83..d817f0f382e 100644 --- a/gcc/reload1.c +++ b/gcc/reload1.c @@ -4648,7 +4648,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum, switch (type) { case RELOAD_FOR_OTHER_ADDRESS: - /* RELOAD_FOR_OTHER_ADDRESS conflits with RELOAD_OTHER reloads. */ + /* RELOAD_FOR_OTHER_ADDRESS conflicts with RELOAD_OTHER reloads. */ time1 = copy ? 0 : 1; break; case RELOAD_OTHER: -- 2.30.2