mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ping(8): Correct a typo in source code comment
- s/occured/occurred/ MFC after: 3 days
This commit is contained in:
parent
8eadfdd99e
commit
eec35f1fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -1515,7 +1515,7 @@ mynireply(const struct icmp6_nodeinfo *nip)
|
|||
*
|
||||
* Return value:
|
||||
* Pointer to an octet immediately following the ending zero octet
|
||||
* of the decoded label, or NULL if an error occured.
|
||||
* of the decoded label, or NULL if an error occurred.
|
||||
*/
|
||||
static const char *
|
||||
dnsdecode(const u_char *sp, const u_char *ep, const u_char *base, char *buf,
|
||||
|
|
|
|||
Loading…
Reference in a new issue