This commit is contained in:
Warner Losh 2016-12-07 21:47:14 +00:00
parent 159efc33a8
commit f1b276bec8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309684

View File

@ -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)
{