Comments.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Oct 2004 23:30:22 +0000 (23:30 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 17 Oct 2004 23:30:22 +0000 (23:30 +0000)
src/lib/stdio.c

index 13df2c7703fb47defa6fd3d9d0b9f71605961879..4b0ba1967f2698bbce124fd4cad9bfb3ac17ff95 100644 (file)
@@ -562,9 +562,10 @@ __printf (const char *format,
 }
 \f
 /* Dumps the SIZE bytes in BUF to the console as hex bytes
-   arranged 16 per line, plus offsets listed starting at OFS for
-   the first byte in BU.  If ASCII is true then the corresponding
-   ASCII characters are also rendered alongside. */   
+   arranged 16 per line.  Numeric offsets are also included,
+   starting at OFS for the first byte in BUF.  If ASCII is true
+   then the corresponding ASCII characters are also rendered
+   alongside. */   
 void
 hex_dump (uintptr_t ofs, const void *buf_, size_t size, bool ascii)
 {