aes: main.c: Fix a typo
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/aes/host/main.c b/aes/host/main.c
index eda486f..0d8724c 100644
--- a/aes/host/main.c
+++ b/aes/host/main.c
@@ -180,7 +180,7 @@
memset(iv, 0, sizeof(iv)); /* Load some dummy value */
set_iv(&ctx, iv, AES_TEST_KEY_SIZE);
- printf("Encore buffer from TA\n");
+ printf("Encode buffer from TA\n");
memset(clear, 0x5a, sizeof(clear)); /* Load some dummy value */
cipher_buffer(&ctx, clear, ciph, AES_TEST_BUFFER_SIZE);