From: Heinrich Schuchardt Date: Fri, 12 Oct 2018 09:23:04 +0000 (+0200) Subject: common: command: fix typo X-Git-Tag: v2025.01-rc5-pxa1908~3347 X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=8a3d734b1b7b613f9fd1b66b2e66d19bff4bab9d;p=u-boot.git common: command: fix typo %s/CMD_RET_SUCCESX/CMD_RET_SUCCESS/g Signed-off-by: Heinrich Schuchardt --- 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 */