Skip to content

Commit 7ae1a53

Browse files
committed
Kconfig: Fix typos in help text
Signed-off-by: Chuck Lever <[email protected]>
1 parent 60828ea commit 7ae1a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kconfigs/workflows/Kconfig.data_partition

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
config WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
22
bool "Enable custom device to use to create the workflow data parition"
33
help
4-
Only enable this if you want to override the defaut data device.
4+
Enable this if you want to override the default data device.
55
Typically we have enough heuristics with kconfig to get this right
66
for you.
77

@@ -13,15 +13,15 @@ config WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
1313
System install. This lets you easily re-OS a system and keep the
1414
data workflow around.
1515

16-
This options lets you specify the device name to use to create the
16+
This option lets you specify the device name to use to create the
1717
workflow data partition used. The type of data placed on this
1818
partition conists of git trees cloned, for example the Linux kernel
1919
sources if you are developing on Linux, or the fstests git tree if
2020
you are testing fstests. Additionally configuration data used for
2121
your target workflows.
2222

2323
config WORKFLOW_DATA_DEVICE_CUSTOM
24-
string "Custom device to use to create the workflow data parition"
24+
string "Custom device to use to create the workflow data partition"
2525
default "/dev/nvme0n1"
2626
depends on WORKFLOW_DATA_DEVICE_ENABLE_CUSTOM
2727
help

0 commit comments

Comments
 (0)