From 105e397eb64ed3f9ecfa4b81e1544cc271e1a416 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 18 Apr 2023 07:13:30 +0200 Subject: [PATCH] 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 430fa87ef0e..32a38c1e402 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)