From 9ac974606795ef764ada5241981be2c899dc5586 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 16 Feb 2004 14:20:10 +0000 Subject: 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 --- gcc/dbxout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/dbxout.c') diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 899d2cd..9ca79c6 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; -- cgit v1.1