[binutils-gdb] Typo fix

Yao Qi qiyao@sourceware.org
Wed Mar 11 11:51:00 GMT 2015


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e03f96456f2313854efff2377134af6cbda96af8

commit e03f96456f2313854efff2377134af6cbda96af8
Author: Yao Qi <yao.qi@linaro.org>
Date:   Wed Mar 11 11:50:12 2015 +0000

    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.

Diff:
---
 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 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



More information about the Gdb-cvs mailing list