From a5d09faf04af8c443595c6f7f42a6e0f8a24448c Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 4 Jun 2026 12:35:06 -0400 Subject: [PATCH] overview-manual: use correct spelling "counterpart" "counterpart" is one word, not two -- this is the only example in all the docs that needed fixing. (From yocto-docs rev: 3511578f29e93702931883cd6537c57a5994d5cd) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit 555061075725440d3aa6373624082bef6ee6e31f) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/overview-manual/concepts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index d1c3b166d6..37326d7a16 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -1147,7 +1147,7 @@ host part is the part of the SDK that runs on the :term:`SDKMACHINE`. The :ref:`ref-tasks-populate_sdk_ext` task helps create the extensible SDK and -handles host and target parts differently than its counter part does for +handles host and target parts differently than its counterpart does for the standard SDK. For the extensible SDK, the task encapsulates the build system, which includes everything needed (host and target) for the SDK.