This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ob] Comment fix


Noticed while merging this to another branch; sorry for my earlier
merge failure.

-- 
Daniel Jacobowitz
CodeSourcery

2006-09-22  Daniel Jacobowitz  <dan@codesourcery.com>

	* remote.c (remote_write_bytes_aux): Doc fix.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.229
diff -u -p -r1.229 remote.c
--- remote.c	21 Sep 2006 14:00:53 -0000	1.229
+++ remote.c	22 Sep 2006 13:50:05 -0000
@@ -3889,8 +3889,6 @@ check_binary_download (CORE_ADDR addr)
    are omitted.
 
    Returns the number of bytes transferred, or 0 (setting errno) for
-
-   Returns number of bytes transferred, or 0 (setting errno) for
    error.  Only transfer a single packet.  */
 
 static int


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]