From a1cb249778be3f0b1ac506bb6acae6b9cc46e2a3 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 14 Apr 2016 15:25:50 -0400 Subject: [PATCH 089/101] FIXME: fix comments in bitmap.c --- gcc/bitmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/bitmap.c b/gcc/bitmap.c index ac20ae5..a429f01 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -723,7 +723,7 @@ bitmap_single_bit_set_p (const_bitmap a) } -/* Return the bit number of the first set bit in the bitmap. The +/* Return the bit number of the lowest set bit in the bitmap. The bitmap must be non-empty. */ unsigned @@ -774,7 +774,7 @@ bitmap_first_set_bit (const_bitmap a) return bit_no; } -/* Return the bit number of the first set bit in the bitmap. The +/* Return the bit number of the highest set bit in the bitmap. The bitmap must be non-empty. */ unsigned -- 1.8.5.3