summaryrefslogtreecommitdiffstats
path: root/sys/net/route.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-11-28 16:15:52 +0000
committerbrian <brian@FreeBSD.org>2001-11-28 16:15:52 +0000
commitfd214337e6712b94a08c8bd7900ab07619773fa7 (patch)
tree6989421651e9ace78f8323494e9faa978cc6e94f /sys/net/route.c
parente77127c5fa0b17ca6ef8389b263355ea4466246d (diff)
downloadFreeBSD-src-fd214337e6712b94a08c8bd7900ab07619773fa7.zip
FreeBSD-src-fd214337e6712b94a08c8bd7900ab07619773fa7.tar.gz
Fix a typo in a comment
Diffstat (limited to 'sys/net/route.c')
-rw-r--r--sys/net/route.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index ac130aa..627f902 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1121,7 +1121,7 @@ rtinit(ifa, cmd, flags)
error = rtrequest1(cmd, &info, &nrt);
if (error == 0 && (rt = nrt) != NULL) {
/*
- * notify any listenning routing agents of the change
+ * notify any listening routing agents of the change
*/
rt_newaddrmsg(cmd, ifa, error, rt);
if (cmd == RTM_DELETE) {
OpenPOWER on IntegriCloud