1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Fixed a comment. The module size is (unfortunately) in K, but it is not

in pages.
This commit is contained in:
Bruce Evans 1998-02-12 23:58:54 +00:00
parent 237ca38d86
commit 5f61dae347
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33288

View File

@ -32,7 +32,7 @@
#ifndef lint
static const char rcsid[] =
"$Id$";
"$Id: modstat.c,v 1.9 1997/07/28 07:01:02 charnier Exp $";
#endif /* not lint */
#include <a.out.h>
@ -101,7 +101,7 @@ dostat(devfd, modnum, modname)
sbuf.id, /* module id */
sbuf.offset, /* offset into modtype struct */
sbuf.area, /* address module loaded at */
sbuf.size, /* size in pages(K) */
sbuf.size, /* size in K */
sbuf.private, /* kernel address of private area */
sbuf.ver, /* Version; always 1 for now */
sbuf.name /* name from private area */