diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/call-sc.c | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/ifelse.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/structs.c | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 81673a1..346f427 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com> + + * gdb.base/call-sc.c: Fix typos. + * gdb.base/ifelse.exp: Likewise. + * gdb.base/structs.c: Likewise. + 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.cp/m-static.exp: Call get_compiler_info. 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 (); diff --git a/gdb/testsuite/gdb.base/ifelse.exp b/gdb/testsuite/gdb.base/ifelse.exp index 0a0bb0a..adf23e7 100644 --- a/gdb/testsuite/gdb.base/ifelse.exp +++ b/gdb/testsuite/gdb.base/ifelse.exp @@ -53,7 +53,7 @@ gdb_test_multiple "if 0\nend" $message { # This fails in GDB <=6.5 # Unfortunately it was an uninitialised memory problem so -# sometimes it just works. Preceed it with an if else end with +# sometimes it just works. Precede it with an if else end with # bodies and hopefully the memory with be dirty and the problem # will show itself (this works at time of writing). diff --git a/gdb/testsuite/gdb.base/structs.c b/gdb/testsuite/gdb.base/structs.c index d688cd0..c26b86c 100644 --- a/gdb/testsuite/gdb.base/structs.c +++ b/gdb/testsuite/gdb.base/structs.c @@ -433,7 +433,7 @@ int main() /* An infinite loop that first clears all the variables and then calls each function. This "hack" is to make testing random functions easier - "advance funN" is guaranteed to have always - been preceeded by a global variable clearing zed call. */ + been preceded by a global variable clearing zed call. */ while (1) { |