From 7f0d9e61f40c669fca3cfd1e342fa8236c7220b7 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Sat, 20 May 2023 13:37:47 +0000 Subject: Fix all the remaining misspellings -- BZ 25337 --- malloc/tst-mallocfork3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/tst-mallocfork3.c') diff --git a/malloc/tst-mallocfork3.c b/malloc/tst-mallocfork3.c index 254f71d2a1..80fc2dd06c 100644 --- a/malloc/tst-mallocfork3.c +++ b/malloc/tst-mallocfork3.c @@ -142,7 +142,7 @@ do_test (void) sigusr2_sender = xpthread_create (NULL, signal_sender, &sigusr2_args); /* Send SIGUSR1 signals from several threads. Hopefully, one - signal will hit one of the ciritical functions. Use a barrier to + signal will hit one of the critical functions. Use a barrier to avoid sending signals while not running fork/free/malloc. */ struct signal_send_args sigusr1_args = { self, SIGUSR1, false }; xpthread_barrier_init (&barrier, NULL, -- cgit v1.2.3