From f1b276bec8cbc02676c42632c4dab5aa08038e46 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 7 Dec 2016 21:47:14 +0000 Subject: [PATCH] Fix Typo --- sbin/nvmecontrol/logpage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/nvmecontrol/logpage.c b/sbin/nvmecontrol/logpage.c index 618e03c69cef..1faf073bc026 100644 --- a/sbin/nvmecontrol/logpage.c +++ b/sbin/nvmecontrol/logpage.c @@ -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) {