summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-16 14:20:10 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-16 14:20:10 +0000
commit9ac974606795ef764ada5241981be2c899dc5586 (patch)
treef080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/dbxout.c
parent875427f0e6654e436c6a153d5435764a39dc5bbf (diff)
downloadgcc-9ac974606795ef764ada5241981be2c899dc5586.tar.gz
c-decl.c, [...]: Fix comment formatting.
* c-decl.c, c-ppoutput.c, cpphash.h, cpplib.h, dbxout.c, line-map.c, line-map.h, var-tracking.c: Fix comment formatting. From-SVN: r77888
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 899d2cd7cff..9ca79c6be83 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -885,7 +885,7 @@ dbxout_type_fields (tree type)
for (tem = TYPE_FIELDS (type); tem; tem = TREE_CHAIN (tem))
{
- /* If on of the nodes is an error_mark or its type is then return early. */
+ /* If on of the nodes is an error_mark or its type is then return early. */
if (tem == error_mark_node || TREE_TYPE (tem) == error_mark_node)
return;