From 317e216a2f1486f034d9cadf6d2910c27d25ada9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 10 Sep 2024 09:08:14 +0200 Subject: [PATCH] package/genpart: fix typos and grammar in patch description Signed-off-by: Peter Korsgaard [yann.morin.1998@free.fr: also fix grammar] Signed-off-by: Yann E. MORIN (cherry picked from commit e009783505e80e80a49f57a0abd9aa2b417063bb) Signed-off-by: Peter Korsgaard --- package/genpart/0001-fix-return-code.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/genpart/0001-fix-return-code.patch b/package/genpart/0001-fix-return-code.patch index ec18c82f8c..6ecf0d9bc2 100644 --- a/package/genpart/0001-fix-return-code.patch +++ b/package/genpart/0001-fix-return-code.patch @@ -1,7 +1,7 @@ -genpart: return 0 if partition writen OK, with no do_magic +genpart: return 0 if partition written OK, with no do_magic -If do_magic is false, we don't won't write the 0xaa55 magic. -However, if we succesfully wrote the partition entry, we still +If do_magic is false, we won't write the 0xaa55 magic. +However, if we successfully wrote the partition entry, we still want to return 0 to indicate success. Signed-off-by: "Yann E. MORIN"