spelling: Replace occurrences of "iff" with "if and only if"

Spell checking tools do not recognize "iff", replace with "if and only if".
See https://en.wikipedia.org/wiki/If_and_only_if

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2024-04-30 13:57:55 +02:00 committed by Fabio Baltieri
commit f147a5fec2
9 changed files with 15 additions and 14 deletions

View file

@ -7,7 +7,7 @@ properties:
zephyr,mutable:
type: boolean
description: |
True iff the device structure may be mutated.
True if and only if the device structure may be mutated.
Inherit this binding for devices that are runtime-modifiable, in-place.
This places the device structure into SRAM rather than Flash.