svn commit: r255496 - head/sys/sys
John Baldwin
jhb at FreeBSD.org
Thu Sep 12 19:52:23 UTC 2013
Author: jhb
Date: Thu Sep 12 19:52:23 2013
New Revision: 255496
URL: http://svnweb.freebsd.org/changeset/base/255496
Log:
Fix a typo.
Approved by: re (gjb)
Modified:
head/sys/sys/sysctl.h
Modified: head/sys/sys/sysctl.h
==============================================================================
--- head/sys/sys/sysctl.h Thu Sep 12 19:51:40 2013 (r255495)
+++ head/sys/sys/sysctl.h Thu Sep 12 19:52:23 2013 (r255496)
@@ -389,7 +389,7 @@ SYSCTL_ALLOWED_TYPES(UINT64, uint64_t *a
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, \
More information about the svn-src-all
mailing list