Skip to content

Commit d6c794a

Browse files
authored
Update KConfig
1 parent 4d54fee commit d6c794a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/dfs/KConfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,16 @@ if RT_USING_DFS
9898

9999
if RT_USING_DFS_NET
100100
config HAVE_SYS_SELECT_H
101-
bool "Toolchains/libc have provide sys/select.h"
101+
bool "Toolchains/libc have provided sys/select.h"
102102
default n
103103
help
104-
Toolchains/libc have provide sys/select.h file, therefore, disable the sys/select.h in RT-Thread.
104+
Toolchains/libc have provided sys/select.h file, therefore, disable the sys/select.h in RT-Thread.
105105

106106
config HAVE_SYS_SOCKET_H
107-
bool "Toolchains/libc have provide sys/socket.h"
107+
bool "Toolchains/libc have provided sys/socket.h"
108108
default n
109109
help
110-
Toolchains/libc have provide sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread.
110+
Toolchains/libc have provided sys/socket.h file, therefore, disable the sys/socket.h in RT-Thread.
111111
endif
112112

113113
config RT_USING_DFS_ROMFS

0 commit comments

Comments
 (0)