From: Antoine Coeur <[email protected]> Fix a typo in a comment.
Cc: Leif Lindholm <[email protected]> Cc: Ard Biesheuvel <[email protected]> Reviewed-by: Philippe Mathieu-Daude <[email protected]> Signed-off-by: Philippe Mathieu-Daude <[email protected]> --- EmbeddedPkg/Include/libfdt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Include/libfdt.h b/EmbeddedPkg/Include/libfdt.h index 141ecb579bde..606c80a0e8ca 100644 --- a/EmbeddedPkg/Include/libfdt.h +++ b/EmbeddedPkg/Include/libfdt.h @@ -107,7 +107,7 @@ * nodes, or subnodes preceding properties). */ #define FDT_ERR_BADLAYOUT 12 /* FDT_ERR_BADLAYOUT: For read-write functions, the given - * device tree has it's sub-blocks in an order that the + * device tree has its sub-blocks in an order that the * function can't handle (memory reserve map, then structure, * then strings). Use fdt_open_into() to reorganize the tree * into a form suitable for the read-write operations. */ -- 2.21.0 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#51607): https://edk2.groups.io/g/devel/message/51607 Mute This Topic: https://groups.io/mt/65772875/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
