kern_sysctl: Remove double words in source code comments

- s/on on/on/

MFC after:	5 days
This commit is contained in:
Gordon Bergling 2023-04-18 07:13:30 +02:00
parent 1190b82c22
commit 105e397eb6

View file

@ -1658,7 +1658,7 @@ sysctl_handle_int(SYSCTL_HANDLER_ARGS)
}
/*
* Based on on sysctl_handle_int() convert milliseconds into ticks.
* Based on sysctl_handle_int() convert milliseconds into ticks.
* Note: this is used by TCP.
*/
@ -1889,7 +1889,7 @@ retry:
}
/*
* Based on on sysctl_handle_64() convert microseconds to a sbintime.
* Based on sysctl_handle_64() convert microseconds to a sbintime.
*/
int
sysctl_usec_to_sbintime(SYSCTL_HANDLER_ARGS)
@ -1909,7 +1909,7 @@ sysctl_usec_to_sbintime(SYSCTL_HANDLER_ARGS)
}
/*
* Based on on sysctl_handle_64() convert milliseconds to a sbintime.
* Based on sysctl_handle_64() convert milliseconds to a sbintime.
*/
int
sysctl_msec_to_sbintime(SYSCTL_HANDLER_ARGS)