summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-11-26 16:41:18 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-11-26 16:41:18 +0000
commitb668373c60a85bce316a1db3a382711a1ea964ed (patch)
treeaff50e51aa822d0ba1c83887d40370da20fb2d00 /sys/dev
parentd8bea1eb3f806adb8276a4e72aa09fe0bea810d3 (diff)
Another comment change. (NBPG -> PAGE_SIZE).
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);