[config] fix typos in config docs (#9725)

This commit is contained in:
jrhodie
2023-12-19 08:07:47 -08:00
committed by GitHub
parent 8243591781
commit 3400692b03
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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).
*
*/