summaryrefslogtreecommitdiff
path: root/gcc/c-pretty-print.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 13:09:48 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-05 13:09:48 +0000
commite9efa03135334c079d640b06ff0e578f1c250cee (patch)
treee7252e6b30d0314c0a91a10384c241b692dfaf01 /gcc/c-pretty-print.c
parent228ea8f053751510b29b2b323b2abe77a521ffbc (diff)
downloadgcc-e9efa03135334c079d640b06ff0e578f1c250cee.tar.gz
* c-pretty-print.c: Fix comment formatting.
* cfglayout.c: Likewise. * cfgloopanal.c: Likewise. * cppcharset.c: Likewise. * dbxout.c: Likewise. * ggc-page.c: Likewise. * ggc.h: Likewise. * target.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-pretty-print.c')
-rw-r--r--gcc/c-pretty-print.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c
index 1ddc1d036c7..9297712e2ac 100644
--- a/gcc/c-pretty-print.c
+++ b/gcc/c-pretty-print.c
@@ -81,7 +81,7 @@ static void pp_c_assignment_expression (c_pretty_printer *, tree);
/* declarations. */
-/* Helper functions. */
+/* Helper functions. */
void
pp_c_whitespace (c_pretty_printer *pp)
@@ -223,7 +223,7 @@ pp_c_pointer (c_pretty_printer *pp, tree t)
switch (TREE_CODE (t))
{
case POINTER_TYPE:
- /* It is easier to handle C++ reference types here. */
+ /* It is easier to handle C++ reference types here. */
case REFERENCE_TYPE:
if (TREE_CODE (TREE_TYPE (t)) == POINTER_TYPE)
pp_c_pointer (pp, TREE_TYPE (t));