From: Yao Qi Date: Wed, 11 Mar 2015 11:50:12 +0000 (+0000) Subject: Typo fix X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~31^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e03f96456f2313854efff2377134af6cbda96af8;p=thirdparty%2Fbinutils-gdb.git Typo fix Fix typo "inferiorr". gdb/testsuite: 2015-03-11 Yao Qi * gdb.base/catch-syscall.exp: Fix typo in comments. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 093bc356dab..6497aa938f7 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-03-11 Yao Qi + + * gdb.base/catch-syscall.exp: Fix typo in comments. + 2015-03-11 Yao Qi * gdb.base/catch-syscall.exp: Skip it on HP-UX target. diff --git a/gdb/testsuite/gdb.base/catch-syscall.exp b/gdb/testsuite/gdb.base/catch-syscall.exp index b8cc1698ef7..29e8109a3c6 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