about summary refs log tree commit diff
path: root/stdio-common
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 03:40:12 +0000
committerPaul Pluzhnikov <ppluzhnikov@google.com>2023-06-02 23:46:32 +0000
commit2cbeda847bb58bfac73d2048e3e0300ff1b2b894 (patch)
treef22a04d6e72985be372db2b87876d351fc35e6c1 /stdio-common
parent7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 (diff)
downloadglibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.gz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.tar.xz
glibc-2cbeda847bb58bfac73d2048e3e0300ff1b2b894.zip
Fix a few more typos I missed in previous round -- BZ 25337
Diffstat (limited to 'stdio-common')
-rw-r--r--stdio-common/vfprintf-process-arg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfprintf-process-arg.c b/stdio-common/vfprintf-process-arg.c
index 8c0fcbcf78..f40336fd91 100644
--- a/stdio-common/vfprintf-process-arg.c
+++ b/stdio-common/vfprintf-process-arg.c
@@ -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