From: Sebastian Hack Date: Tue, 14 Mar 2006 17:21:26 +0000 (+0000) Subject: Fixed some typos X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e97da75a5a842e960e8aafc3f159ba02af970ce2;p=libfirm Fixed some typos [r7441] --- diff --git a/ir/adt/bitset.h b/ir/adt/bitset.h index 8e3b3b93e..41a1c5a0d 100644 --- a/ir/adt/bitset.h +++ b/ir/adt/bitset.h @@ -268,8 +268,7 @@ static INLINE bitset_pos_t bitset_max(const bitset_t *bs) * @return The next set bit from pos on, or -1, if no set bit was found * after pos. */ -static INLINE bitset_pos_t _bitset_next(const bitset_t *bs, - bitset_pos_t pos, int set) +static INLINE bitset_pos_t _bitset_next(const bitset_t *bs, bitset_pos_t pos, int set) { if(pos >= bs->size) return -1;