All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wic: remove typo in comment for ksparser.py
@ 2023-08-18 11:29 Markus Niebel
  0 siblings, 0 replies; only message in thread
From: Markus Niebel @ 2023-08-18 11:29 UTC (permalink / raw)
  To: openembedded-core; +Cc: oss, Markus Niebel

Replace 'iff' with 'if'.

Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
---
 scripts/lib/wic/ksparser.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/ksparser.py b/scripts/lib/wic/ksparser.py
index 667b2ff9c3..b4e2c2d71b 100644
--- a/scripts/lib/wic/ksparser.py
+++ b/scripts/lib/wic/ksparser.py
@@ -271,7 +271,7 @@ class KickStart():
                                 raise KickStartError(err)
                         else:
                             # ... and provide defaults if not using
-                            # --fixed-size iff given option was not used
+                            # --fixed-size if given option was not used
                             # (again, one cannot tell if option was passed but
                             # with value equal to 0)
                             if '--overhead-factor' not in line_args:
-- 
2.25.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-18 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-18 11:29 [PATCH] wic: remove typo in comment for ksparser.py Markus Niebel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.