diff mbox series

ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note

Message ID 20260416-fix-compatible-machine-v1-1-dee3c0d32431@bootlin.com
State Accepted
Headers show
Series ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note | expand

Commit Message

Antonin Godard April 16, 2026, 12:29 p.m. UTC
Fix a typo and a misuse of the word "inherit":
"in a recipe inherits from native" -> "in a native recipe"

And the next sentence also uses "native recipe" so this make more sense.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/variables.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


---
base-commit: 560bc33c0c2ecd60d68ba06a2edff8c25b9a3f90
change-id: 20260416-fix-compatible-machine-21f1be0e5243

Comments

Antonin Godard April 16, 2026, 1:51 p.m. UTC | #1
Applied, thanks!

[1/1] ref-manual/variables.rst: fix wording in COMPATIBLE_MACHINE note
      commit: 2c12ec7bf29aedeacf82970a9d2eb262fde4670e
diff mbox series

Patch

diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 60e608c0c..c828a8d06 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -1679,8 +1679,8 @@  system and gives an overview of their function and contents.
 
       .. note::
 
-         When :term:`COMPATIBLE_MACHINE` is set in a recipe inherits from
-         native, the recipe is always skipped. All native recipes must be
+         When :term:`COMPATIBLE_MACHINE` is set in a native recipe,
+         the recipe is always skipped. All native recipes must be
          entirely target independent and should not rely on :term:`MACHINE`.
 
    :term:`COMPLEMENTARY_GLOB`