mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Fix a typo in a comment
This commit is contained in:
parent
920dcd3fcb
commit
6f99b44c60
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87060
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user