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:
Yao Qi 2015-03-11 11:50:12 +00:00
parent 5d0962b2e9
commit e03f96456f
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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