From 75a12b1258ba8808c563ea475253b010f5b6d2f2 Mon Sep 17 00:00:00 2001 From: taikoyaP Date: Tue, 2 Jun 2026 13:54:03 +0900 Subject: [PATCH] Documentation/components/boards.rst: fix typo fix a small typo in boards file --- Documentation/components/boards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/components/boards.rst b/Documentation/components/boards.rst index 22b733fc1cd..0cdfbc2726c 100644 --- a/Documentation/components/boards.rst +++ b/Documentation/components/boards.rst @@ -70,7 +70,7 @@ Summary of Files * ``include/`` -- This directory contains board specific header files. This directory will be linked as include/arch/board at configuration time and - can be included via #include ``. These header file + can be included via ``#include ``. These header file can only be included by files in ``arch/include/`` and ``arch//src``