git: 105e397eb64e - main - kern_sysctl: Remove double words in source code comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 05:15:23 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=105e397eb64ed3f9ecfa4b81e1544cc271e1a416 commit 105e397eb64ed3f9ecfa4b81e1544cc271e1a416 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-04-18 05:13:30 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-04-18 05:14:57 +0000 kern_sysctl: Remove double words in source code comments - s/on on/on/ MFC after: 5 days --- sys/kern/kern_sysctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c index 430fa87ef0eb..32a38c1e402d 100644 --- a/sys/kern/kern_sysctl.c +++ b/sys/kern/kern_sysctl.c @@ -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)