diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-16 14:20:10 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-16 14:20:10 +0000 |
commit | 9ac974606795ef764ada5241981be2c899dc5586 (patch) | |
tree | f080baaa17606be7e336f8de2af6b6c9acf31a1e /gcc/dbxout.c | |
parent | 875427f0e6654e436c6a153d5435764a39dc5bbf (diff) | |
download | gcc-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.c | 2 |
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; |