]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
devicetree.bbclass: fix typo
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Wed, 5 Apr 2023 14:48:48 +0000 (16:48 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Apr 2023 13:31:37 +0000 (14:31 +0100)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-recipe/devicetree.bbclass

index ac1d284ccd9e09f6a818ad427d5f4c81d8ad3385..ed2a92e447c44f1c5d5bb2e7397bac33bb9ed154 100644 (file)
@@ -4,7 +4,7 @@
 # SPDX-License-Identifier: MIT
 #
 
-# This bbclass implements device tree compliation for user provided device tree
+# This bbclass implements device tree compilation for user provided device tree
 # sources. The compilation of the device tree sources is the same as the kernel
 # device tree compilation process, this includes being able to include sources
 # from the kernel such as soc dtsi files or header files such as gpio.h. In