From e03f96456f2313854efff2377134af6cbda96af8 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Wed, 11 Mar 2015 11:50:12 +0000 Subject: [PATCH] Typo fix Fix typo "inferiorr". gdb/testsuite: 2015-03-11 Yao Qi * gdb.base/catch-syscall.exp: Fix typo in comments. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/catch-syscall.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.30.2