ofnode: fix comment typo

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
This commit is contained in:
Baruch Siach 2018-11-18 14:39:20 +02:00 committed by Simon Glass
parent 8244127db9
commit 33810b4e7d

View File

@ -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);