From eec35f1fb3aad710e2d064b77052c115779b4172 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Sun, 4 Sep 2022 13:26:34 +0200 Subject: [PATCH] ping(8): Correct a typo in source code comment - s/occured/occurred/ MFC after: 3 days --- sbin/ping/ping6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ping/ping6.c b/sbin/ping/ping6.c index e780129c928..74d36f0357f 100644 --- a/sbin/ping/ping6.c +++ b/sbin/ping/ping6.c @@ -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,