From 0e9e1e0a42eff5ec265470b7e8928cb3b3ad2d70 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 27 Sep 2002 12:48:07 +0000 Subject: LANGUAGES: Follow spelling conventions. * LANGUAGES: Follow spelling conventions. * rtl.def: Likewise. * sbitmap.c: Likewise. * sched-int.h: Likewise. * sched-rgn.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * ssa.c: Likewise. * stab.def: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * target.h: Likewise. * timevar.c: Likewise. * toplev.c: Likewise. * tree-dump.c: Likewise. * tree-inline.c: Likewise. * tree.c: Likewise. * tree.def: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. * vmsdbgout.c: Likewise. * treelang/treelang.texi: Likewise. * treelang/treetree.c: Likewise. From-SVN: r57587 --- gcc/sbitmap.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gcc/sbitmap.c') diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c index 170d87d..74aa7cd 100644 --- a/gcc/sbitmap.c +++ b/gcc/sbitmap.c @@ -241,7 +241,7 @@ sbitmap_difference (dst, a, b) } /* Set DST to be (A and B). - Return non-zero if any change is made. */ + Return nonzero if any change is made. */ bool sbitmap_a_and_b_cg (dst, a, b) @@ -277,7 +277,7 @@ sbitmap_a_and_b (dst, a, b) } /* Set DST to be (A xor B)). - Return non-zero if any change is made. */ + Return nonzero if any change is made. */ bool sbitmap_a_xor_b_cg (dst, a, b) @@ -313,7 +313,7 @@ sbitmap_a_xor_b (dst, a, b) } /* Set DST to be (A or B)). - Return non-zero if any change is made. */ + Return nonzero if any change is made. */ bool sbitmap_a_or_b_cg (dst, a, b) @@ -348,7 +348,7 @@ sbitmap_a_or_b (dst, a, b) *dstp++ = *ap++ | *bp++; } -/* Return non-zero if A is a subset of B. */ +/* Return nonzero if A is a subset of B. */ bool sbitmap_a_subset_b_p (a, b) @@ -365,7 +365,7 @@ sbitmap_a_subset_b_p (a, b) } /* Set DST to be (A or (B and C)). - Return non-zero if any change is made. */ + Return nonzero if any change is made. */ bool sbitmap_a_or_b_and_c_cg (dst, a, b, c) @@ -403,7 +403,7 @@ sbitmap_a_or_b_and_c (dst, a, b, c) } /* Set DST to be (A and (B or C)). - Return non-zero if any change is made. */ + Return nonzero if any change is made. */ bool sbitmap_a_and_b_or_c_cg (dst, a, b, c) -- cgit v1.1