Typo fix
authorYao Qi <yao.qi@linaro.org>
Wed, 11 Mar 2015 11:50:12 +0000 (11:50 +0000)
committerYao Qi <yao.qi@linaro.org>
Wed, 11 Mar 2015 11:50:12 +0000 (11:50 +0000)
Fix typo "inferiorr".

gdb/testsuite:

2015-03-11  Yao Qi  <yao.qi@linaro.org>

* gdb.base/catch-syscall.exp: Fix typo in comments.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/catch-syscall.exp

index 093bc356dab5c299d9a6f031eea93e23e178a70f..6497aa938f7b7a0e9b9008d83ee7f8fb5f53f1bc 100644 (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.
index b8cc1698ef7657194beb3d6c3f3d057ed704994d..29e8109a3c6edbe22774ffa67523deb224658a96 100644 (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
This page took 0.031496 seconds and 4 git commands to generate.