From aac9b209a03f804ebc1ce9f82a223d4aa46df807 Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Thu, 24 Mar 2005 01:01:24 +0000 Subject: [PATCH] Fix comment re dmemdumpl() [originally from svn r5549] --- misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc.h b/misc.h index d8a43524..ae883e16 100644 --- a/misc.h +++ b/misc.h @@ -52,7 +52,7 @@ struct tm ltime(void); * debug(()) (note the double brackets) is like printf(). * * dmemdump() and dmemdumpl() both do memory dumps. The difference - * is that dmemdumpl() is more suited for when where the memory is is + * is that dmemdumpl() is more suited for when the memory address is * important (say because you'll be recording pointer values later * on). dmemdump() is more concise. */