summaryrefslogtreecommitdiffstats
path: root/sys/sys/linker.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-11-22 10:06:42 +0000
committerru <ru@FreeBSD.org>2007-11-22 10:06:42 +0000
commit2b0672aa28222167908103b3d0e38cc09db3043f (patch)
tree526d7bb4300c1895213f6921efe7a33964e29a4b /sys/sys/linker.h
parentd6d1923521f67b21a7319b500381a1e985b177ff (diff)
downloadFreeBSD-src-2b0672aa28222167908103b3d0e38cc09db3043f.zip
FreeBSD-src-2b0672aa28222167908103b3d0e38cc09db3043f.tar.gz
Fix comments.
Diffstat (limited to 'sys/sys/linker.h')
-rw-r--r--sys/sys/linker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/linker.h b/sys/sys/linker.h
index f9ce2a4..c5087c8 100644
--- a/sys/sys/linker.h
+++ b/sys/sys/linker.h
@@ -268,10 +268,10 @@ int elf_cpu_unload_file(linker_file_t);
/*
* This is version 1 of the KLD file status structure. It is identified
- * by it's _size_ in the version field.
+ * by its _size_ in the version field.
*/
struct kld_file_stat_1 {
- int version; /* set to sizeof(linker_file_stat) */
+ int version; /* set to sizeof(struct kld_file_stat_1) */
char name[MAXPATHLEN];
int refs;
int id;
@@ -281,7 +281,7 @@ struct kld_file_stat_1 {
#endif /* _KERNEL */
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;
OpenPOWER on IntegriCloud