From: Kazu Hirata Date: Wed, 3 Nov 2004 03:19:12 +0000 (+0000) Subject: * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. X-Git-Tag: releases/gcc-4.0.0~3467 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4828a73e551633c14e6ae9e0b2fe56c6bbddc0a7;p=thirdparty%2Fgcc.git * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. From-SVN: r90019 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d3d8d612185d..b2ca7327e35b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-03 Kazu Hirata + + * bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting. + 2004-11-03 Kazu Hirata * tree-cfg.c (find_taken_edge): Abort if we are given a diff --git a/gcc/bitmap.h b/gcc/bitmap.h index f20773b6b51a..acabca8ab259 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -111,7 +111,7 @@ extern int bitmap_operation (bitmap, bitmap, bitmap, enum bitmap_bits); #define bitmap_xor_into(DST_SRC,B) (void)bitmap_operation (DST_SRC,DST_SRC,B,BITMAP_XOR) /* `or' into one bitmap the `and' of a second bitmap witih the complement - of a third. Return nonzero if the bitmap changes. */ + of a third. Return nonzero if the bitmap changes. */ extern bool bitmap_ior_and_compl_into (bitmap, bitmap, bitmap); extern bool bitmap_ior_and_compl (bitmap, bitmap, bitmap, bitmap); diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 7ed47b622f76..e9ad8d3bf79e 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -3091,7 +3091,7 @@ dbxout_parms (tree parms) That is, its address was passed in a register. Output it as if it lived in that register. The debugger will know from the type - that it was actually passed by invisible reference. */ + that it was actually passed by invisible reference. */ code = DBX_REGPARM_STABS_CODE; diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c index 3ff50b61dd23..f59732f146b2 100644 --- a/gcc/tree-mudflap.c +++ b/gcc/tree-mudflap.c @@ -379,7 +379,7 @@ mudflap_init (void) mf_cache_mask_decl = mf_make_builtin (VAR_DECL, "__mf_lc_mask", mf_uintptr_type); /* Don't process these in mudflap_enqueue_decl, should they come by - there for some reason. */ + there for some reason. */ mf_mark (mf_cache_array_decl); mf_mark (mf_cache_shift_decl); mf_mark (mf_cache_mask_decl); @@ -788,7 +788,7 @@ mf_xform_derefs_1 (block_stmt_iterator *iter, tree *tp, /* Don't instrument this access if the underlying variable is not "eligible". This test matches those arrays that have only known-valid indexes, - and thus are not labeled TREE_ADDRESSABLE. */ + and thus are not labeled TREE_ADDRESSABLE. */ if (! mf_decl_eligible_p (var)) return; else