From: Baruch Siach Date: Sun, 18 Nov 2018 12:39:20 +0000 (+0200) Subject: ofnode: fix comment typo X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=33810b4e7d81810a5245b342dfe6aea95150f895;p=u-boot.git ofnode: fix comment typo Signed-off-by: Baruch Siach --- 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);