about summary refs log tree commit diff
path: root/posix/tst-regcomp-truncated.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-regcomp-truncated.c')
-rw-r--r--posix/tst-regcomp-truncated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-regcomp-truncated.c b/posix/tst-regcomp-truncated.c
index cd8f1c5bca..c601ae62d8 100644
--- a/posix/tst-regcomp-truncated.c
+++ b/posix/tst-regcomp-truncated.c
@@ -82,7 +82,7 @@ do_test (void)
 
   /* Arbitrary Unicode codepoint at which we stop generating
      characters.  We do not probe the whole range because that would
-     take too long due to combinatorical exploision as the result of
+     take too long due to combinatorial explosion as the result of
      combination with other flags.  */
   static const wchar_t last_character = 0xfff;