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) { _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"