diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/sigrepeat.c')
-rw-r--r-- | gdb/testsuite/gdb.base/sigrepeat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/sigrepeat.c b/gdb/testsuite/gdb.base/sigrepeat.c index 8717721..c65f07f 100644 --- a/gdb/testsuite/gdb.base/sigrepeat.c +++ b/gdb/testsuite/gdb.base/sigrepeat.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2004-2024 Free Software Foundation, Inc. + Copyright 2004-2025 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -59,7 +59,7 @@ handler (int sig) while (1) { /* Wait until a signal has become pending, that way when this - handler returns it will be immediatly delivered leading to + handler returns it will be immediately delivered leading to back-to-back signals. */ sigset_t set; sigemptyset (&set); |