examples/rpmsgsocket: fix wrong typo

Signed-off-by: yintao <yintao@xiaomi.com>
This commit is contained in:
yintao 2022-07-19 16:48:50 +08:00 committed by Xiang Xiao
parent a25f640e54
commit 8e9462985a

View File

@ -4,7 +4,7 @@
#
config EXAMPLES_RPMSGSOCKET
tristate "Rpmsg scoekt example"
tristate "Rpmsg socket example"
depends on NET_RPMSG
default n
---help---