mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
kern_sysctl: Remove double words in source code comments
- s/on on/on/ MFC after: 5 days
This commit is contained in:
parent
1190b82c22
commit
105e397eb6
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue