%s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g

Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
---
 include/command.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/command.h b/include/command.h
index 5b1577f3b4..200c7a5e9f 100644
--- a/include/command.h
+++ b/include/command.h
@@ -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
  */
-- 
2.19.1

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to