diff options
Diffstat (limited to 'net/ipv4/raw.c')
-rw-r--r-- | net/ipv4/raw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/raw.c b/net/ipv4/raw.c index 7d32d9d57152..2b50cc2da90a 100644 --- a/net/ipv4/raw.c +++ b/net/ipv4/raw.c | |||
@@ -618,7 +618,7 @@ do_confirm: | |||
618 | static void raw_close(struct sock *sk, long timeout) | 618 | static void raw_close(struct sock *sk, long timeout) |
619 | { | 619 | { |
620 | /* | 620 | /* |
621 | * Raw sockets may have direct kernel refereneces. Kill them. | 621 | * Raw sockets may have direct kernel references. Kill them. |
622 | */ | 622 | */ |
623 | ip_ra_control(sk, 0, NULL); | 623 | ip_ra_control(sk, 0, NULL); |
624 | 624 | ||