diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c')
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c b/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c index 8373693..445673c 100644 --- a/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c +++ b/gdb/testsuite/gdb.arch/amd64-invalid-stack-top.c @@ -42,7 +42,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) |