OSDN Git Service

* argv.c, asprintf.c, choose-temp.c, concat.c, cplus-dem.c,
[pf3gnuchains/gcc-fork.git] / libiberty / ffs.c
index 4a92c82..de047e2 100644 (file)
@@ -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.