summaryrefslogtreecommitdiff
path: root/rtems-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-utils.h')
-rw-r--r--rtems-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-utils.h b/rtems-utils.h
index 7a8dd74..e41d7c7 100644
--- a/rtems-utils.h
+++ b/rtems-utils.h
@@ -33,11 +33,11 @@ namespace rtems
* Hex display memory.
*
* @param addr The address of the memory to display.
- * @param mem The actual memory to display. If 0 use addr.
* @param length The number of elements to display.
* @param size The size of the data element.
* @param real Use the real address based on addr.
* @param line_length Number of elements per line.
+ * @param offset The printed offset.
*/
void dump (const void* addr,
size_t length,