diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/call-sc.c')
-rw-r--r-- | gdb/testsuite/gdb.base/call-sc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/call-sc.c b/gdb/testsuite/gdb.base/call-sc.c index 99810af..951e101 100644 --- a/gdb/testsuite/gdb.base/call-sc.c +++ b/gdb/testsuite/gdb.base/call-sc.c @@ -68,7 +68,7 @@ int main() /* An infinite loop that first clears all the variables and then calls the function. This "hack" is to make re-testing easier - - "advance fun" is guaranteed to have always been preceeded by a + "advance fun" is guaranteed to have always been preceded by a global variable clearing zed call. */ zed (); |