Fix typos in documentation, comments, etc.

Signed-off-by: Andrew Kreimer <algon...@gmail.com>
---
 libquadmath/configure          | 2 +-
 libquadmath/math/rem_pio2q.c   | 2 +-
 libquadmath/printf/printf_fp.c | 2 +-
 libquadmath/update-quadmath.py | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libquadmath/configure b/libquadmath/configure
index 49d70809218..0f2ddeb133b 100755
--- a/libquadmath/configure
+++ b/libquadmath/configure
@@ -15597,7 +15597,7 @@ func_basename ()
 #             to NONDIR_REPLACEMENT.
 #             value returned in "$func_dirname_result"
 #   basename: Compute filename of FILE.
-#             value retuned in "$func_basename_result"
+#             value returned in "$func_basename_result"
 # Implementation must be kept synchronized with func_dirname
 # and func_basename. For efficiency, we do not delegate to
 # those functions but instead duplicate the functionality here.
diff --git a/libquadmath/math/rem_pio2q.c b/libquadmath/math/rem_pio2q.c
index 3308b218473..5835b8d3349 100644
--- a/libquadmath/math/rem_pio2q.c
+++ b/libquadmath/math/rem_pio2q.c
@@ -45,7 +45,7 @@
  *                     z    = (z-x[i])*2**24
  *
  *
- *     y[]     ouput result in an array of double precision numbers.
+ *     y[]     output result in an array of double precision numbers.
  *             The dimension of y[] is:
  *                     24-bit  precision       1
  *                     53-bit  precision       2
diff --git a/libquadmath/printf/printf_fp.c b/libquadmath/printf/printf_fp.c
index 9968aa5307c..3dd55f3c7f8 100644
--- a/libquadmath/printf/printf_fp.c
+++ b/libquadmath/printf/printf_fp.c
@@ -1195,7 +1195,7 @@ __quadmath_printf_fp (struct __quadmath_printf_file *fp,
 
          /* Now copy the wide character string.  Since the character
             (except for the decimal point and thousands separator) must
-            be coming from the ASCII range we can esily convert the
+            be coming from the ASCII range we can easily convert the
             string without mapping tables.  */
          for (cp = buffer, copywc = wstartp; copywc < wcp; ++copywc)
            if (*copywc == decimalwc)
diff --git a/libquadmath/update-quadmath.py b/libquadmath/update-quadmath.py
index d40b2724dd3..27317ef92c1 100755
--- a/libquadmath/update-quadmath.py
+++ b/libquadmath/update-quadmath.py
@@ -90,7 +90,7 @@ def update_sources(glibc_srcdir, quadmath_srcdir):
                   'GET_LDOUBLE_WORDS64', 'SET_LDOUBLE_LSW64',
                   'SET_LDOUBLE_MSW64', 'SET_LDOUBLE_WORDS64'):
         repl_names[macro] = macro.replace('LDOUBLE', 'FLT128')
-    # The classication macros are replaced.
+    # The classification macros are replaced.
     for macro in ('FP_NAN', 'FP_INFINITE', 'FP_ZERO', 'FP_SUBNORMAL',
                   'FP_NORMAL'):
         repl_names[macro] = 'QUAD' + macro
-- 
2.46.0

Reply via email to