common: command: fix typo
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 12 Oct 2018 09:23:04 +0000 (11:23 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 19 Oct 2018 23:19:53 +0000 (19:19 -0400)
%s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/command.h

index 5b1577f3b4774f6f685efb02bd8f26ee481dd444..200c7a5e9f4ed90e05474e69f7437f703e60e8c4 100644 (file)
@@ -67,7 +67,7 @@ extern int cmd_auto_complete(const char *const prompt, char *buf, int *np, int *
  *
  * @cmdtp: Command which caused the error
  * @err: Error code (0 if none, -ve for error, like -EIO)
- * @return 0 (CMD_RET_SUCCESX) if there is not error,
+ * @return 0 (CMD_RET_SUCCESS) if there is not error,
  *        1 (CMD_RET_FAILURE) if an error is found
  *        -1 (CMD_RET_USAGE) if 'usage' error is found
  */