summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2006-11-14 11:16:34 +0000
committerbz <bz@FreeBSD.org>2006-11-14 11:16:34 +0000
commit4122118479ca102a252ec30858b5c9963fc7632d (patch)
treed1da582af938e6aaaa6893f1b075bd5492f48c8c /sys/sys
parentd01394099a796814ca94610a8346a06938477b62 (diff)
downloadFreeBSD-src-4122118479ca102a252ec30858b5c9963fc7632d.zip
FreeBSD-src-4122118479ca102a252ec30858b5c9963fc7632d.tar.gz
Correct a typo.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/mbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index fe0042b..e931f3d 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -680,7 +680,7 @@ struct mbuf *m_unshare(struct mbuf *, int how);
* a fixed header (struct m_tag) that specifies the size of the
* memory block and a <cookie,type> pair that identifies it.
* The cookie is a 32-bit unique unsigned value used to identify
- * a module or ABI. By convention this value is chose as the
+ * a module or ABI. By convention this value is chosen as the
* date+time that the module is created, expressed as the number of
* seconds since the epoch (e.g., using date -u +'%s'). The type value
* is an ABI/module-specific value that identifies a particular annotation
OpenPOWER on IntegriCloud