diff options
author | Yao Qi <yao.qi@linaro.org> | 2015-03-11 11:50:12 +0000 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2015-03-11 11:50:12 +0000 |
commit | e03f96456f2313854efff2377134af6cbda96af8 (patch) | |
tree | 44475032f9fef3abfe981438abbb8d2c6feb7ed5 | |
parent | 5d0962b2e982eb8210df40cc23f5a47d0339e789 (diff) | |
download | gdb-e03f96456f2313854efff2377134af6cbda96af8.zip gdb-e03f96456f2313854efff2377134af6cbda96af8.tar.gz gdb-e03f96456f2313854efff2377134af6cbda96af8.tar.bz2 |
Typo fix
Fix typo "inferiorr".
gdb/testsuite:
2015-03-11 Yao Qi <yao.qi@linaro.org>
* gdb.base/catch-syscall.exp: Fix typo in comments.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/catch-syscall.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 093bc35..6497aa9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2015-03-11 Yao Qi <yao.qi@linaro.org> + * gdb.base/catch-syscall.exp: Fix typo in comments. + +2015-03-11 Yao Qi <yao.qi@linaro.org> + * gdb.base/catch-syscall.exp: Skip it on HP-UX target. 2015-03-09 Pedro Alves <palves@redhat.com> diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index b8cc169..29e8109 100644 --- a/gdb/testsuite/gdb.base/catch-syscall.exp +++ b/gdb/testsuite/gdb.base/catch-syscall.exp @@ -109,7 +109,7 @@ proc check_continue { syscall } { # first print that the infeior has called the syscall, # and after print that the syscall has returned. - # Testing if the inferiorr has called the syscall. + # Testing if the inferior has called the syscall. check_call_to_syscall $syscall # And now, that the syscall has returned. check_return_from_syscall $syscall |