From c2d8bd296b3f8bee152fdddf601ed25e7505a06f Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 14 Apr 2016 15:25:50 -0400 Subject: [PATCH 08/23] 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 0c05512..c3fadb5 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -768,7 +768,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 @@ -819,7 +819,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