diff options
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r-- | gcc/c-pretty-print.c | 2 |
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) |