]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
ofnode: fix comment typo
authorBaruch Siach <baruch@tkos.co.il>
Sun, 18 Nov 2018 12:39:20 +0000 (14:39 +0200)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Nov 2018 16:30:06 +0000 (09:30 -0700)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
include/dm/ofnode.h

index 92539b8b5f2513a989566de44733bbdfe45ae4d8..d206ee2caab72a07f5fdebdb3643b0b17a7219d5 100644 (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);