1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix a few more typos I missed in previous round -- BZ 25337

This commit is contained in:
Paul Pluzhnikov
2023-06-02 03:40:12 +00:00
parent 7f0d9e61f4
commit 2cbeda847b
12 changed files with 14 additions and 14 deletions

View File

@ -187,7 +187,7 @@ LABEL (unsigned_number): /* Unsigned number of base BASE. */
&& alt && base == 8);
/* At this point prec_inc is the additional bytes required for the
specificed precision. It is 0 if the precision would not have
specified precision. It is 0 if the precision would not have
required additional bytes i.e. the number of input digits is more
than the precision. It is greater than zero if the precision is
more than the number of digits without grouping (precision only