Fix a typo in a comment

This commit is contained in:
Brian Somers 2001-11-28 16:15:52 +00:00
parent 920dcd3fcb
commit 6f99b44c60
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87060

View File

@ -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) {