Fix a typo.

Approved by:	re (gjb)
This commit is contained in:
John Baldwin 2013-09-12 19:52:23 +00:00
parent 83506d1a4f
commit 514a6e6167

View File

@ -389,7 +389,7 @@ SYSCTL_ALLOWED_TYPES(UINT64, uint64_t *a; unsigned long long *b; );
SYSCTL_ADD_ASSERT_TYPE(UINT64, ptr), 0, \
sysctl_handle_64, "QU", __DESCR(descr))
/* Oid for a 64-bin unsigned counter(9). The pointer must be non NULL. */
/* Oid for a 64-bit unsigned counter(9). The pointer must be non NULL. */
#define SYSCTL_COUNTER_U64(parent, nbr, name, access, ptr, val, descr) \
SYSCTL_ASSERT_TYPE(UINT64, ptr, parent, name); \
SYSCTL_OID(parent, nbr, name, \