Skip to content

Commit 30a9ef6

Browse files
authored
Merge pull request #3427 from DavidLin1577/patch-2
Fixed typos in Kconfig
2 parents 9c544e0 + 053ffb0 commit 30a9ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/drivers/Kconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ config RT_USING_I2C
8989

9090
if RT_USING_I2C
9191
config RT_I2C_DEBUG
92-
bool "Use I2C debug mesage"
92+
bool "Use I2C debug message"
9393
default n
9494

9595
config RT_USING_I2C_BITOPS
@@ -99,7 +99,7 @@ endif
9999

100100
if RT_USING_I2C_BITOPS
101101
config RT_I2C_BITOPS_DEBUG
102-
bool "Use simulate I2C debug mesage"
102+
bool "Use simulate I2C debug message"
103103
default n
104104
endif
105105

@@ -257,11 +257,11 @@ config RT_USING_AUDIO
257257

258258
if RT_USING_AUDIO
259259
config RT_AUDIO_REPLAY_MP_BLOCK_SIZE
260-
int "Replay memmory pool block size"
260+
int "Replay memory pool block size"
261261
default 4096
262262

263263
config RT_AUDIO_REPLAY_MP_BLOCK_COUNT
264-
int "Replay memmory pool block count"
264+
int "Replay memory pool block count"
265265
default 2
266266

267267
config RT_AUDIO_RECORD_PIPE_SIZE

0 commit comments

Comments
 (0)