diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c')
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c b/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c index 7d8a667..8123e70 100644 --- a/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c +++ b/gdb/testsuite/gdb.arch/amd64-invalid-stack-middle.c @@ -1,6 +1,6 @@ /* This testcase is part of GDB, the GNU debugger. - Copyright 2014-2024 Free Software Foundation, Inc. + Copyright 2014-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 @@ -58,7 +58,7 @@ func1 (void *ptr) /* Finds and returns an invalid pointer, mmaps in a page, grabs a pointer to it then unmaps the page again. This is almost certainly "undefined" - behaviour, but should be good enough for this small test program. */ + behavior, but should be good enough for this small test program. */ static void * make_invalid_ptr (void) |