From 33810b4e7d81810a5245b342dfe6aea95150f895 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 18 Nov 2018 14:39:20 +0200 Subject: [PATCH] ofnode: fix comment typo Signed-off-by: Baruch Siach --- include/dm/ofnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 92539b8b5f..d206ee2caa 100644 --- a/include/dm/ofnode.h +++ b/include/dm/ofnode.h @@ -333,7 +333,7 @@ ofnode ofnode_get_parent(ofnode node); * ofnode_get_name() - get the name of a node * * @node: valid node to look up - * @return name or node + * @return name of node */ const char *ofnode_get_name(ofnode node); -- 2.25.1