diff --git a/sys/net/route.c b/sys/net/route.c index ac130aa733df..627f902192da 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) {