diff options
Diffstat (limited to 'libiberty/ffs.c')
-rw-r--r-- | libiberty/ffs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/ffs.c b/libiberty/ffs.c index 4a92c82..de047e2 100644 --- a/libiberty/ffs.c +++ b/libiberty/ffs.c @@ -2,7 +2,7 @@ @deftypefn Supplemental int ffs (int @var{valu}) -Find the first (least significant) bit set in @var{valu}. Bits are +Find the first (least significant) bit set in @var{valu}. Bits are numbered from right to left, starting with bit 1 (corresponding to the value 1). If @var{valu} is zero, zero is returned. |