samples: philosophers correct misspelled introduction tag
The tag 'introduction' was misspelled 'inroduction'. Correct it both the samples/philosophers and the samples/posix/philosophers directories. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
This commit is contained in:
parent
e8b178411c
commit
52b619cd2b
|
@ -3,7 +3,7 @@ sample:
|
|||
common:
|
||||
extra_args: DEBUG_PRINTF=1
|
||||
tags:
|
||||
- inroduction
|
||||
- introduction
|
||||
- kernel
|
||||
harness: console
|
||||
min_ram: 16
|
||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
|||
name: POSIX Philosophers
|
||||
common:
|
||||
tags:
|
||||
- inroduction
|
||||
- introduction
|
||||
- posix
|
||||
harness: console
|
||||
min_ram: 16
|
||||
|
|
Loading…
Reference in a new issue