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:
parent
fe38c703b2
commit
f147a5fec2
9 changed files with 15 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue