summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ksyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ksyms.c b/sys/dev/ksyms.c
index 3c6b4f6526c..31bbf00b092 100644
--- a/sys/dev/ksyms.c
+++ b/sys/dev/ksyms.c
@@ -68,7 +68,7 @@ ksymsattach(num)
* a_text - fake text segment (struct exec only)
* a_syms - size of symbol table
*
- * We assume __LDPGSZ is a multiple of NBPG (it is)
+ * We assume __LDPGSZ is a multiple of PAGE_SIZE (it is)
*/
k1 = (struct exec *)malloc(__LDPGSZ, M_TEMP, M_WAITOK);
bzero(k1, __LDPGSZ);