diff options
| author | Hao-Yu Hou <howard.hou.fan@elsa.cs.nthu.edu.tw> | 2023-12-30 09:59:27 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2024-02-13 04:29:07 +0000 |
| commit | e9866ce84f41bf8a5122713b027d1af05cbbb5b3 (patch) | |
| tree | cb8343da68ee004c5132f4ab1f63d19d40eaa116 | |
| parent | 2e8ad2b698498a1c380d0d6fc5792b2c56926801 (diff) | |
| -rw-r--r-- | sbin/ping/ping6.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ping/ping6.c b/sbin/ping/ping6.c index 99de4f608d69..356f0f72a6f8 100644 --- a/sbin/ping/ping6.c +++ b/sbin/ping/ping6.c @@ -700,7 +700,7 @@ ping6(int argc, char *argv[]) } /* - * let the kerel pass extension headers of incoming packets, + * let the kernel pass extension headers of incoming packets, * for privileged socket options */ if ((options & F_VERBOSE) != 0) { @@ -860,7 +860,7 @@ ping6(int argc, char *argv[]) } #endif /*ICMP6_FILTER*/ - /* let the kerel pass extension headers of incoming packets */ + /* let the kernel pass extension headers of incoming packets */ if ((options & F_VERBOSE) != 0) { int opton = 1; @@ -2107,7 +2107,7 @@ pr_nodeaddr(struct icmp6_nodeinfo *ni, int nilen) /* * In icmp-name-lookups 05 and later, TTL of each returned address - * is contained in the resposne. We try to detect the version + * is contained in the response. We try to detect the version * by the length of the data, but note that the detection algorithm * is incomplete. We assume the latest draft by default. */ |
