Fix comment to specify correct struct name.

Reviewed by: gjb
Approved by: sbruno
This commit is contained in:
Jim Harris 2012-03-28 23:51:06 +00:00
parent 6c09f4a27c
commit 0f70b33419
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233631

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd April 23, 2011
.Dd March 28, 2012
.Dt KLDSTAT 2
.Os
.Sh NAME
@ -47,7 +47,7 @@ into
.Fa stat .
.Bd -literal
struct kld_file_stat {
int version; /* set to sizeof(linker_file_stat) */
int version; /* set to sizeof(struct kld_file_stat) */
char name[MAXPATHLEN];
int refs;
int id;