From e480ed7e2c6da625c8218274589de558547f4167 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 19 May 2026 14:35:10 -0400 Subject: [PATCH] recipe-style-guide.rst: two minor grammatical tweaks Minor rewording in two places. (From yocto-docs rev: d08a1381231b068461f39de47154e971c71acd52) Signed-off-by: Robert P. J. Day Signed-off-by: Antonin Godard (cherry picked from commit 382f2cbea16efc13a1bcf14a3276add8aabeec4e) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/contributor-guide/recipe-style-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/contributor-guide/recipe-style-guide.rst b/documentation/contributor-guide/recipe-style-guide.rst index 32a5ccd293..506c780620 100644 --- a/documentation/contributor-guide/recipe-style-guide.rst +++ b/documentation/contributor-guide/recipe-style-guide.rst @@ -293,7 +293,7 @@ Tips and Guidelines for Writing Recipes - then, copy ``X.orig`` back to ``X``, - and, finally, modify ``X``. - This ensures if rerun the task always has the same end result and the + This ensures that rerunning the task always produces the same end result and the original file can be preserved to reuse. It also guards against an interrupted build corrupting the file. @@ -403,7 +403,7 @@ CVE patches =========== In order to have a better control of vulnerabilities, patches that fix CVEs must -contain a ``CVE:`` tag. This tag list all CVEs fixed by the patch. If more than +contain a ``CVE:`` tag. This tag should list all CVEs fixed by the patch. If more than one CVE is fixed, separate them using spaces. CVE Examples