diff mbox series

wic: remove typo in comment for ksparser.py

Message ID 20230818112957.2841388-1-Markus.Niebel@ew.tq-group.com
State New
Headers show
Series wic: remove typo in comment for ksparser.py | expand

Commit Message

Markus Niebel Aug. 18, 2023, 11:29 a.m. UTC
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 mbox series

Patch

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: