diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 21:15:41 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-17 21:15:41 +0000 |
commit | f0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1 (patch) | |
tree | e2ffc65e72b8e65621fcec4349bc96ac9591f224 /libiberty/ffs.c | |
parent | 10cac3d7e9a49b61070d5928fafc684ba8bb8b09 (diff) | |
download | gcc-f0ed5ac15bb6e0b508e2d1375bfdc931dc814ad1.tar.gz |
* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
ffs.c, fnmatch.txh, getruntime.c, make-temp-file.c,
mkstemps.c, pexecute.c, random.c, strsitnal.c, vasprintf.c:
Improve manual formatting.
* functions.texi: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46323 138bc75d-0d04-0410-961f-82ee72b054a4
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 4a92c828a81..de047e217eb 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. |