1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255496

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, \