Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [OB] comment fix, corelow.c
@ 2008-01-16  1:17 Michael Snyder
  2008-01-16 14:04 ` Daniel Jacobowitz
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Snyder @ 2008-01-16  1:17 UTC (permalink / raw)
  To: gdb-patches

cut and paste botch...

2008-01-15  Michael Snyder  <msnyder@specifix.com>

	* corelow.c (core_xfer_partial): Comment, cut/paste error.

Index: corelow.c
===================================================================
RCS file: /cvs/src/src/gdb/corelow.c,v
retrieving revision 1.71
diff -u -p -r1.71 corelow.c
--- corelow.c	1 Jan 2008 22:53:09 -0000	1.71
+++ corelow.c	16 Jan 2008 01:15:28 -0000
@@ -520,7 +520,7 @@ core_xfer_partial (struct target_ops *op
     case TARGET_OBJECT_MEMORY:
       if (readbuf)
 	return (*ops->deprecated_xfer_memory) (offset, readbuf,
-					       len, 0/*write*/, NULL, ops);
+					       len, 0/*read*/, NULL, ops);
       if (writebuf)
 	return (*ops->deprecated_xfer_memory) (offset, (gdb_byte *) writebuf,
 					       len, 1/*write*/, NULL, ops);



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-16 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-16  1:17 [OB] comment fix, corelow.c Michael Snyder
2008-01-16 14:04 ` Daniel Jacobowitz
2008-01-16 22:12   ` Michael Snyder
2008-01-16 22:20     ` Mark Kettenis
2008-01-16 22:30       ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox