Skip to content

Commit cc164d5

Browse files
committed
fixed typos
1 parent e7bdf2e commit cc164d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

02_devicetree_basics/dts/playground/props-basics.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
aliases {
66
// `aliases` is a standard child-node of the root node defined by the DTSpec.
77
// Aliases cannot be used as a references in the devicetree itself, but are
8-
// used within the applicaiton as an alternative name for a node.
8+
// used within the application as an alternative name for a node.
99
alias-by-label = &label_equivalent;
1010
alias-by-path = &{/node_with_equivalent_arrays};
1111
alias-as-string = "/node_with_equivalent_arrays";

03_devicetree_semantics/dts/playground/props-basics.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
aliases {
33
// `aliases` is a standard child-node of the root node defined by the DTSpec.
44
// Aliases cannot be used as a references in the devicetree itself, but are
5-
// used within the applicaiton as an alternative name for a node.
5+
// used within the application as an alternative name for a node.
66
alias-by-label = &label_with_props;
77
alias-by-path = &{/node_with_props};
88
alias-as-string = "/node_with_props";

0 commit comments

Comments
 (0)