Replace 'iff' with 'if'.
Signed-off-by: Markus Niebel <[email protected]>
---
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
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#186360):
https://lists.openembedded.org/g/openembedded-core/message/186360
Mute This Topic: https://lists.openembedded.org/mt/100818368/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-