From bab2c46290e5fd06d7a096c703aa6a27b66aa974 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Thu, 14 Apr 2016 15:25:50 -0400 Subject: [PATCH 46/47] 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 1a32332..77b95bc 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -770,7 +770,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 @@ -821,7 +821,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