summaryrefslogtreecommitdiff
path: root/gcc/tree-mudflap.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-03 03:19:12 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-03 03:19:12 +0000
commit5ac2bc3750f62309057e35c4ca540d1688470757 (patch)
treeae8fa890d609128291d6fea611d508890e65babd /gcc/tree-mudflap.c
parentb9fce96db07c01f7c43a6b027d1c45d27e3b5b57 (diff)
downloadgcc-5ac2bc3750f62309057e35c4ca540d1688470757.tar.gz
* bitmap.h, dbxout.c, tree-mudflap.c: Fix comment formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90019 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-mudflap.c')
-rw-r--r--gcc/tree-mudflap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c
index 3ff50b61dd2..f59732f146b 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