summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/os
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/os')
-rw-r--r--usr/src/uts/common/os/logsubr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/logsubr.c b/usr/src/uts/common/os/logsubr.c
index b0a442065c..5ae6821917 100644
--- a/usr/src/uts/common/os/logsubr.c
+++ b/usr/src/uts/common/os/logsubr.c
@@ -217,7 +217,7 @@ log_init(void)
log_intrq = log_makeq(0, LOG_HIWAT, (void *)ipltospl(SPL8));
/*
- * Create a queue to hold the most recent 8K of console messages.
+ * Create a queue to hold the most recent 64K of console messages.
* Useful for debugging. Required by the "$<msgbuf" adb macro.
*/
log_recentq = log_makeq(0, LOG_RECENTSIZE, NULL);