Correct a typo.

This commit is contained in:
Bjoern A. Zeeb 2006-11-14 11:16:34 +00:00
parent f7c631bcf0
commit b1cbf7cf58
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=164273

View File

@ -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