From: Luca Ceresoli Date: Wed, 5 Apr 2023 14:48:48 +0000 (+0200) Subject: devicetree.bbclass: fix typo X-Git-Tag: 2023-04-mickledore~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d523079bbea54f791039bf40db3bbc5c5e857ca3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git devicetree.bbclass: fix typo Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/devicetree.bbclass b/meta/classes-recipe/devicetree.bbclass index ac1d284ccd9..ed2a92e447c 100644 --- a/meta/classes-recipe/devicetree.bbclass +++ b/meta/classes-recipe/devicetree.bbclass @@ -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