Add comment saying that kdbprintf is an alternate name for
db_printf().

* ddb/db_output.h: Add comment.

---
 ddb/db_output.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ddb/db_output.h b/ddb/db_output.h
index 8d74f88..35c39a6 100644
--- a/ddb/db_output.h
+++ b/ddb/db_output.h
@@ -35,6 +35,7 @@
 #ifndef _DDB_DB_OUTPUT_H_
 #define _DDB_DB_OUTPUT_H_
 
+/* Alternate name for db_printf(). */
 #define kdbprintf db_printf
 
 extern void    db_force_whitespace(void);
-- 
1.8.1.4


Reply via email to