diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-21 14:17:54 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-21 14:17:54 +0000 |
| commit | bd44bdf1e9e402d4808037cb41ca37c267cd25a6 (patch) | |
| tree | 9e23cbb05b7747a69504e3a4447821681327756e | |
| parent | 0669809bd8a19a7d26f43cd1dfa9e3b3bdc8c36c (diff) | |
Notes
| -rw-r--r-- | sys/netinet6/ip6_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 2ac747593295..5051f5a9763b 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -413,7 +413,7 @@ ip6_input(m) int deliverifid; /* - * Get a "real" delivered interface, which should be + * Get the "real" delivered interface, which should be * embedded in the second 16 bits of the destination * address. We can probably trust the value, but we * add validation for the value just for safety. |
