Skip to content

Commit 00479a4

Browse files
pillo79fabiobaltieri
authored andcommitted
tests/cmake/snippets: (trivial) fix Kconfig descriptions
Trivial fix to the Kconfig descriptions in the cmake snippet tests so that they match the actual snippet names. Signed-off-by: Luca Burelli <[email protected]>
1 parent 5d4a116 commit 00479a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cmake/snippets/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ config TEST_FOO_VAL
4747
overlay.
4848

4949
config TEST_BAR_VAL
50-
int "Test value set by the 'foo' snippet config overlay"
50+
int "Test value set by the 'bar' snippet config overlay"
5151
help
52-
This option's value should be overridden by the 'foo' snippet config
52+
This option's value should be overridden by the 'bar' snippet config
5353
overlay.
5454

5555
config TEST_COMMON_VAL

0 commit comments

Comments
 (0)