Commit 33810b4e7d81810a5245b342dfe6aea95150f895

Authored by Baruch Siach
Committed by Simon Glass
1 parent 8244127db9

ofnode: fix comment typo

Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -333,7 +333,7 @@
333 333 * ofnode_get_name() - get the name of a node
334 334 *
335 335 * @node: valid node to look up
336   - * @return name or node
  336 + * @return name of node
337 337 */
338 338 const char *ofnode_get_name(ofnode node);
339 339