summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-02-27 18:23:29 +0000
committerume <ume@FreeBSD.org>2005-02-27 18:23:29 +0000
commitd5860f97339ebf300f32f71fcd98c3664b01c333 (patch)
tree97c1ee4c4bf89ffb06d23fda2d7e11dd51b17795 /sys/netinet6/icmp6.c
parentfc580aadfc039d8a857cbb210519b214a6ad5efd (diff)
downloadFreeBSD-src-d5860f97339ebf300f32f71fcd98c3664b01c333.zip
FreeBSD-src-d5860f97339ebf300f32f71fcd98c3664b01c333.tar.gz
fix typo.
MFC after: 2 days
Diffstat (limited to 'sys/netinet6/icmp6.c')
-rw-r--r--sys/netinet6/icmp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index 5eec2bc..b289ab9 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -1039,7 +1039,7 @@ icmp6_notify_error(m, off, icmp6len, code)
goto freeit;
if (in6_embedscope(&icmp6dst.sin6_addr, &icmp6dst,
NULL, NULL)) {
- /* should be impossbile */
+ /* should be impossible */
nd6log((LOG_DEBUG,
"icmp6_notify_error: in6_embedscope failed\n"));
goto freeit;
@@ -1059,7 +1059,7 @@ icmp6_notify_error(m, off, icmp6len, code)
}
if (in6_embedscope(&icmp6src.sin6_addr, &icmp6src,
NULL, NULL)) {
- /* should be impossbile */
+ /* should be impossible */
nd6log((LOG_DEBUG,
"icmp6_notify_error: in6_embedscope failed\n"));
goto freeit;
OpenPOWER on IntegriCloud