From 3400692b03044b9c673d3e015c24f9c0cd7cb404 Mon Sep 17 00:00:00 2001 From: jrhodie <139580534+jrhodie@users.noreply.github.com> Date: Tue, 19 Dec 2023 08:07:47 -0800 Subject: [PATCH] [config] fix typos in config docs (#9725) --- src/core/config/dnssd_server.h | 2 +- src/core/config/srp_client.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/config/dnssd_server.h b/src/core/config/dnssd_server.h index 8d6bb46d4..ffcfb5556 100644 --- a/src/core/config/dnssd_server.h +++ b/src/core/config/dnssd_server.h @@ -48,7 +48,7 @@ /** * @def OPENTHREAD_CONFIG_DNSSD_SERVER_PORT * - * Define the the DNS-SD Server port. + * Define the DNS-SD Server port. * */ #ifndef OPENTHREAD_CONFIG_DNSSD_SERVER_PORT diff --git a/src/core/config/srp_client.h b/src/core/config/srp_client.h index ca609abeb..40f3f9321 100644 --- a/src/core/config/srp_client.h +++ b/src/core/config/srp_client.h @@ -274,7 +274,7 @@ * @def OPENTHREAD_CONFIG_SRP_CLIENT_RETRY_WAIT_INTERVAL_JITTER * * Specifies jitter (in msec) for retry wait interval. If the current retry wait interval is smaller than the jitter - * then the the wait interval itself is used as jitter (e.g., with jitter 500 msec and if retry interval is 300ms + * then the wait interval itself is used as jitter (e.g., with jitter 500 msec and if retry interval is 300ms * the retry interval is then randomly selected from [0, 2*300] ms). * */