Skip to content

Commit d9cf393

Browse files
committed
samples: philosophers: typo fix
Fix a typo in the description of the Kconfig setting. Signed-off-by: David Brown <[email protected]>
1 parent 57b7d27 commit d9cf393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/philosophers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endchoice
4343

4444
if SYNC_CHANNEL
4545
config USE_BOUNDED_CHANNELS
46-
bool "Should channel sync use dounded channels?"
46+
bool "Should channel sync use bounded channels?"
4747
default y
4848
help
4949
If set, the channel-based communication will use bounded channels with bounds calculated

0 commit comments

Comments
 (0)