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:
Christopher Friedt 2024-01-31 00:19:29 -05:00 committed by Chris Friedt
parent e8b178411c
commit 52b619cd2b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ sample:
common:
extra_args: DEBUG_PRINTF=1
tags:
- inroduction
- introduction
- kernel
harness: console
min_ram: 16

View file

@ -2,7 +2,7 @@ sample:
name: POSIX Philosophers
common:
tags:
- inroduction
- introduction
- posix
harness: console
min_ram: 16