From: Hugo Villeneuve Date: Mon, 24 Apr 2023 20:51:50 +0000 (-0400) Subject: fdt_support: fix comments syntax error X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=ded112f24ca4078fa09dae181108f233657ec5fc;p=u-boot.git fdt_support: fix comments syntax error Fix comments syntax error in fdt_node_offset_by_compat_reg() description: compatiable -> compatible Signed-off-by: Hugo Villeneuve Reviewed-by: Simon Glass --- diff --git a/common/fdt_support.c b/common/fdt_support.c index dbceec6f2d..2053fe3bad 100644 --- a/common/fdt_support.c +++ b/common/fdt_support.c @@ -1486,11 +1486,11 @@ out: } /** - * fdt_node_offset_by_compat_reg: Find a node that matches compatiable and + * fdt_node_offset_by_compat_reg: Find a node that matches compatible and * who's reg property matches a physical cpu address * * @blob: ptr to device tree - * @compat: compatiable string to match + * @compat: compatible string to match * @compat_off: property name * */