Update comments to to_xfer_partial implementations.
[deliverable/binutils-gdb.git] / gdb / spu-linux-nat.c
index a3fd36992cc5293976274f4e75ce438be366361a..a68e4e0531d4cbb0651f2a1ca392b55eb31bb9d3 100644 (file)
@@ -226,8 +226,10 @@ parse_spufs_run (int *fd, ULONGEST *addr)
 }
 
 
-/* Copy LEN bytes at OFFSET in spufs file ANNEX into/from READBUF or WRITEBUF,
+/* Implement the to_xfer_partial target_ops method for TARGET_OBJECT_SPU.
+   Copy LEN bytes at OFFSET in spufs file ANNEX into/from READBUF or WRITEBUF,
    using the /proc file system.  */
+
 static enum target_xfer_status
 spu_proc_xfer_spu (const char *annex, gdb_byte *readbuf,
                   const gdb_byte *writebuf,
This page took 0.024259 seconds and 4 git commands to generate.