fdt_support: fix comments syntax error
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Mon, 24 Apr 2023 20:51:50 +0000 (16:51 -0400)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Apr 2023 17:52:38 +0000 (11:52 -0600)
Fix comments syntax error in fdt_node_offset_by_compat_reg()
description:
    compatiable -> compatible

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c

index dbceec6..2053fe3 100644 (file)
@@ -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
  *
  */