aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2016-12-07 21:47:14 +0000
committerWarner Losh <imp@FreeBSD.org>2016-12-07 21:47:14 +0000
commitf1b276bec8cbc02676c42632c4dab5aa08038e46 (patch)
treea2ed3d749d06ada0475fd4ab1c661ddf236188d7 /sbin
parent159efc33a81078130846d1035c7fe976bed9c298 (diff)
downloadsrc-f1b276bec8cbc02676c42632c4dab5aa08038e46.tar.gz
src-f1b276bec8cbc02676c42632c4dab5aa08038e46.zip
Fix Typo
Notes
Notes: svn path=/head/; revision=309684
Diffstat (limited to 'sbin')
-rw-r--r--sbin/nvmecontrol/logpage.c2
1 files changed, 1 insertions, 1 deletions
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)
{