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)
commitded112f24ca4078fa09dae181108f233657ec5fc
tree72b6f82412dcc8f8876501bb312ce6bcaa64caeb
parent37937aba3518ed782fdaae9d3772c59fd1e05af8
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 <hvilleneuve@dimonoff.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/fdt_support.c