devicetree.bbclass: fix typo

(From OE-Core rev: d523079bbea54f791039bf40db3bbc5c5e857ca3)

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Luca Ceresoli
2023-04-05 16:48:48 +02:00
committed by Richard Purdie
parent 8384b32422
commit df736bbb51

View 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