aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-03-20 05:21:41 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-03-20 05:21:41 +0000
commitd1a6adeb6743311f37affcce0a15df6f77a325a5 (patch)
tree89910945dd096ed9ce8332b32730542c69fd2051 /gcc/c-pretty-print.c
parent5fd9b17875e5e720108ed599b262ad9464576956 (diff)
downloadgcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.zip
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.gz
gcc-d1a6adeb6743311f37affcce0a15df6f77a325a5.tar.bz2
c-common.c, [...]: Fix comment typos.
* c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c, expmed.c, ggc-common.c, jump.c, passes.c, recog.c, regmove.c, reorg.c, tree.h: Fix comment typos. From-SVN: r79730
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r--gcc/c-pretty-print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c
index 94869b4..51e34e7 100644
--- a/gcc/c-pretty-print.c
+++ b/gcc/c-pretty-print.c
@@ -932,7 +932,7 @@ pp_c_constant (c_pretty_printer *pp, tree e)
}
}
-/* Pretty-print an IDENTIFIER_NODE, precedeed by whitespace is necessary. */
+/* Pretty-print an IDENTIFIER_NODE, preceded by whitespace is necessary. */
void
pp_c_identifier (c_pretty_printer *pp, const char *id)