diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-20 08:43:20 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2001-04-20 08:43:20 +0000 |
| commit | d23d305519331732c9cb0cb812cc3ad422b66429 (patch) | |
| tree | 2b4f370699e5d82a352581a7e0b0a0ad5778e2a5 | |
| parent | 0ab26f0af03aa74909e16da56603504f1fad7bad (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 b63d4bf0281b..01056bbc2ab6 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -443,7 +443,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. |
