diff options
Diffstat (limited to 'sys/netinet/ip_output.c')
-rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 4c19090..3484905 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -874,7 +874,7 @@ spd_done: * initiated packets) If we used the loopback inteface, * we would not be able to control what happens * as the packet runs through ip_input() as - * it is done through a ISR. + * it is done through an ISR. */ LIST_FOREACH(ia, INADDR_HASH(dst->sin_addr.s_addr), ia_hash) { |