diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-09-20 17:02:33 +0000 |
commit | 1090c37a2abb53f452afc18664a076f51e6f21b6 (patch) | |
tree | f584f4c3c851ada9b1836a869092f7a5f03c2514 /sys/net/rtsock.c | |
parent | 6f37323ba7b6bb6a6b9ec40c4c94eb3706bb16a7 (diff) |
occured->occurred
idea from deraadt@ via NetBSD
millert@ ok
Diffstat (limited to 'sys/net/rtsock.c')
-rw-r--r-- | sys/net/rtsock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/rtsock.c b/sys/net/rtsock.c index 7bc622e21d9..bba0a96da0d 100644 --- a/sys/net/rtsock.c +++ b/sys/net/rtsock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtsock.c,v 1.16 2001/07/21 12:22:57 itojun Exp $ */ +/* $OpenBSD: rtsock.c,v 1.17 2001/09/20 17:02:31 mpech Exp $ */ /* $NetBSD: rtsock.c,v 1.18 1996/03/29 00:32:10 cgd Exp $ */ /* @@ -645,7 +645,7 @@ again: /* * This routine is called to generate a message from the routing - * socket indicating that a redirect has occured, a routing lookup + * socket indicating that a redirect has occurred, a routing lookup * has failed, or that a protocol has detected timeouts to a particular * destination. */ |