Skip to content

Commit 3352c40

Browse files
committed
scripts: fix spelling of "below"
s/bellow/below/ Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 6c73570 commit 3352c40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/dts/python-devicetree/tests/test-bindings-init/base_multi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# child-binding:
1010
# include: base.yaml
1111
#
12-
# Which properties are specified at which levels is summarized bellow
12+
# Which properties are specified at which levels is summarized below
1313
# for convenience.
1414
#
1515
# Child-binding level:

scripts/dts/python-devicetree/tests/test-bindings-init/compat_desc_multi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Binding description (multi).
77

88
compatible: vnd,compat-desc-multi
99

10-
# Descriptions at the child-binding level and bellow
10+
# Descriptions at the child-binding level and below
1111
# will depend on inclusion order: the first wins.
1212
include:
1313
- compat_desc_base.yaml

scripts/dts/python-devicetree/tests/test-bindings-init/diamond.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# \ /
1111
# base.yaml
1212
#
13-
# Which properties are specified at which levels is summarized bellow
13+
# Which properties are specified at which levels is summarized below
1414
# for convenience.
1515
#
1616
# * Binding level.

0 commit comments

Comments
 (0)