diff mbox series

[08/11] ref-manual: fix "include to" grammar for UKI_DEVICETREE

Message ID 20260508-misc-typo-20260508-v1-8-8fb61b5358cc@cherry.de
State New
Headers show
Series fix typos, grammar, consistency, missing word, and broken links | expand

Commit Message

Quentin Schulz May 8, 2026, 4:59 p.m. UTC
From: Quentin Schulz <quentin.schulz@cherry.de>

Fix grammar, we should say "include in smth" instead of "include to
smth".

Fixes: 542a5f454cee ("ref-manual/variables.rst: document the UKI_DEVICETREE variable")
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
 documentation/ref-manual/classes.rst   | 2 +-
 documentation/ref-manual/variables.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index 5c7605b86..95e07f85a 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -3542,7 +3542,7 @@  The variables used by this class are:
 -  :term:`UKI_SB_CERT`: optional UEFI secureboot certificate matching the
    private key
 -  :term:`UKI_SB_KEY`: optional UEFI secureboot private key to sign UKI with
--  :term:`UKI_DEVICETREE`: list of device tree blobs to include to the UKI
+-  :term:`UKI_DEVICETREE`: list of device tree blobs to include in the UKI
 
 For examples on how to use this class see oeqa selftest
 :oe_git:`meta/lib/oeqa/selftest/cases/uki.py
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index a8cbb87cf..45123488d 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -11865,7 +11865,7 @@  system and gives an overview of their function and contents.
 
    :term:`UKI_DEVICETREE`
       When inheriting the :ref:`ref-classes-uki` class, the :term:`UKI_DEVICETREE`
-      variable holds the list of device tree blobs to include to the `Unified
+      variable holds the list of device tree blobs to include in the `Unified
       Kernel Image (UKI) <https://uapi-group.org/specifications/specs/unified_kernel_image/>`__.
 
    :term:`UKI_FILENAME`