commit | f14cb21f8d7d864085d3009c4b6d0cc8c1e77214 | [log] [tgz] |
---|---|---|
author | Baruch Siach <baruch@tkos.co.il> | Sun Nov 18 14:39:20 2018 +0200 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 29 09:30:06 2018 -0700 |
tree | 30cf5697a7dc2dc4641b3c637fbe0b55ace5fbf2 | |
parent | fefc7ee73dae55cad088c71348fe92fefa4d9161 [diff] |
ofnode: fix comment typo Signed-off-by: Baruch Siach <baruch@tkos.co.il>
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 92539b8..d206ee2 100644 --- a/include/dm/ofnode.h +++ b/include/dm/ofnode.h
@@ -333,7 +333,7 @@ * 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);