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.
This commit is contained in:
parent
5d0962b2e9
commit
e03f96456f
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue