summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/ti/ddr3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ti/ddr3.c b/cmd/ti/ddr3.c
index be937a7531..aaaedfe973 100644
--- a/cmd/ti/ddr3.c
+++ b/cmd/ti/ddr3.c
@@ -286,7 +286,7 @@ static int do_ddr_test(struct cmd_tbl *cmdtp,
if ((argc == 4) && (strncmp(argv[1], "ecc_err", 8) == 0)) {
if (!is_ecc_enabled()) {
- puts("ECC not enabled. Please Enable ECC any try again\n");
+ puts("ECC not enabled. Please Enable ECC and try again\n");
return CMD_RET_FAILURE;
}