[PATCH] posix: Fix typo
Cœur
coeur@gmx.fr
Thu Jun 5 07:07:17 GMT 2025
---
posix/BOOST.tests | 2 +-
posix/regcomp.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/posix/BOOST.tests b/posix/BOOST.tests
index 756fa00486..ca7686b628 100644
--- a/posix/BOOST.tests
+++ b/posix/BOOST.tests
@@ -580,7 +580,7 @@ abc\> abc:: 0 3
[[:alpha:]-a] !
[a-[:alpha:]] !
-; try mutli-character ligatures:
+; try multi-character ligatures:
;[[.ae.]] ae 0 2
;[[.ae.]] aE -1 -1
;[[.AE.]] AE 0 2
diff --git a/posix/regcomp.c b/posix/regcomp.c
index 32043e9d37..38c9714417 100644
--- a/posix/regcomp.c
+++ b/posix/regcomp.c
@@ -942,7 +942,7 @@ init_word_char (re_dfa_t *dfa)
bitset_word_t bits3 = 0x07fffffe;
if (BITSET_WORD_BITS == 64)
{
- /* Pacify gcc -Woverflow on 32-bit platformns. */
+ /* Pacify gcc -Woverflow on 32-bit platforms. */
dfa->word_char[0] = bits1 << 31 << 1 | bits0;
dfa->word_char[1] = bits3 << 31 << 1 | bits2;
i = 2;
--
2.46.0
More information about the Libc-alpha
mailing list