* [PATCH] typos
@ 2007-01-23 12:14 Nick Hudson
2007-01-23 13:03 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Nick Hudson @ 2007-01-23 12:14 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 43 bytes --]
A couple of fixes for obvious typos.
Nick
[-- Attachment #2: obvious.diff --]
[-- Type: text/x-diff, Size: 1122 bytes --]
Index: gdb/testsuite/gdb.base/sigrepeat.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/sigrepeat.exp,v
retrieving revision 1.3
diff -u -p -u -r1.3 sigrepeat.exp
--- gdb/testsuite/gdb.base/sigrepeat.exp 9 Jan 2007 17:59:11 -0000 1.3
+++ gdb/testsuite/gdb.base/sigrepeat.exp 23 Jan 2007 12:07:13 -0000
@@ -21,7 +21,7 @@
# cpu advancment.
if [target_info exists gdb,nosignals] {
- verbose "Skipping sigstep.exp because of nosignals."
+ verbose "Skipping sigrepeat.exp because of nosignals."
continue
}
Index: gdb/target.c
===================================================================
RCS file: /cvs/src/src/gdb/target.c,v
retrieving revision 1.132
diff -u -p -u -r1.132 target.c
--- gdb/target.c 9 Jan 2007 17:58:59 -0000 1.132
+++ gdb/target.c 23 Jan 2007 12:07:15 -0000
@@ -379,7 +379,7 @@ update_current_target (void)
{
struct target_ops *t;
- /* First, reset curren'ts contents. */
+ /* First, reset current's contents. */
memset (¤t_target, 0, sizeof (current_target));
#define INHERIT(FIELD, TARGET) \
[-- Attachment #3: gdb.ChangeLog --]
[-- Type: text/plain, Size: 81 bytes --]
2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
* target.c: Correct typo.
[-- Attachment #4: gdb.testsuite.ChangeLog --]
[-- Type: text/plain, Size: 105 bytes --]
2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
* tgdb.base/sigrepeat.exp: Correct error message.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-23 13:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-01-23 12:14 [PATCH] typos Nick Hudson
2007-01-23 13:03 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox