mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix Typo
This commit is contained in:
parent
159efc33a8
commit
f1b276bec8
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue