svn commit: r309684 - head/sbin/nvmecontrol
Warner Losh
imp at FreeBSD.org
Wed Dec 7 21:47:16 UTC 2016
Author: imp
Date: Wed Dec 7 21:47:14 2016
New Revision: 309684
URL: https://svnweb.freebsd.org/changeset/base/309684
Log:
Fix Typo
Modified:
head/sbin/nvmecontrol/logpage.c
Modified: head/sbin/nvmecontrol/logpage.c
==============================================================================
--- head/sbin/nvmecontrol/logpage.c Wed Dec 7 21:24:49 2016 (r309683)
+++ head/sbin/nvmecontrol/logpage.c Wed Dec 7 21:47:14 2016 (r309684)
@@ -113,7 +113,7 @@ uint128_to_str(uint128_t u, char *buf, s
return end;
}
-/* "fMissing" from endian.h */
+/* "Missing" from endian.h */
static __inline uint64_t
le48dec(const void *pp)
{
More information about the svn-src-head
mailing list