summaryrefslogtreecommitdiff
path: root/include/dm
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-11-18 14:39:20 +0200
committerSimon Glass <sjg@chromium.org>2018-11-29 09:30:06 -0700
commit33810b4e7d81810a5245b342dfe6aea95150f895 (patch)
tree30cf5697a7dc2dc4641b3c637fbe0b55ace5fbf2 /include/dm
parent8244127db93d6cf17d2b35e9083400a78015c061 (diff)
ofnode: fix comment typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Diffstat (limited to 'include/dm')
-rw-r--r--include/dm/ofnode.h2
1 files changed, 1 insertions, 1 deletions
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);