svn commit: r328711 - stable/11/sbin/nvmecontrol

Alexander Motin mav at FreeBSD.org
Thu Feb 1 19:33:18 UTC 2018


Author: mav
Date: Thu Feb  1 19:33:17 2018
New Revision: 328711
URL: https://svnweb.freebsd.org/changeset/base/328711

Log:
  MFC r309684 (by imp): Fix Typo

Modified:
  stable/11/sbin/nvmecontrol/logpage.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/nvmecontrol/logpage.c
==============================================================================
--- stable/11/sbin/nvmecontrol/logpage.c	Thu Feb  1 19:32:45 2018	(r328710)
+++ stable/11/sbin/nvmecontrol/logpage.c	Thu Feb  1 19:33:17 2018	(r328711)
@@ -113,7 +113,7 @@ uint128_to_str(uint128_t u, char *buf, size_t buflen)
 	return end;
 }
 
-/* "fMissing" from endian.h */
+/* "Missing" from endian.h */
 static __inline uint64_t
 le48dec(const void *pp)
 {


More information about the svn-src-all mailing list