From 52b619cd2b17496e31a4d377adc56b6a621bd289 Mon Sep 17 00:00:00 2001 From: Christopher Friedt Date: Wed, 31 Jan 2024 00:19:29 -0500 Subject: [PATCH] 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 --- samples/philosophers/sample.yaml | 2 +- samples/posix/philosophers/sample.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/philosophers/sample.yaml b/samples/philosophers/sample.yaml index 2db2c1563f4..5ca2a2d8340 100644 --- a/samples/philosophers/sample.yaml +++ b/samples/philosophers/sample.yaml @@ -3,7 +3,7 @@ sample: common: extra_args: DEBUG_PRINTF=1 tags: - - inroduction + - introduction - kernel harness: console min_ram: 16 diff --git a/samples/posix/philosophers/sample.yaml b/samples/posix/philosophers/sample.yaml index 1e3a6a2cb36..08e0c1d970a 100644 --- a/samples/posix/philosophers/sample.yaml +++ b/samples/posix/philosophers/sample.yaml @@ -2,7 +2,7 @@ sample: name: POSIX Philosophers common: tags: - - inroduction + - introduction - posix harness: console min_ram: 16