aes: various spelling correction in comments.

Signed-off-by: Kees Jongenburger <x8-999-github@gmx.com>
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
diff --git a/aes/ta/aes_ta.c b/aes/ta/aes_ta.c
index 0814464..b259a01 100644
--- a/aes/ta/aes_ta.c
+++ b/aes/ta/aes_ta.c
@@ -260,13 +260,13 @@
 	 * - reset transient object and load attribute data
 	 *   TEE_ResetTransientObject()
 	 *   TEE_PopulateTransientObject()
-	 * - load the key (transient object) into the cihering operation
+	 * - load the key (transient object) into the ciphering operation
 	 *   TEE_SetOperationKey()
 	 *
 	 * TEE_SetOperationKey() requires operation to be in "initial state".
 	 * We can use TEE_ResetOperation() to reset the operation but this
-	 * api cannot be used on operation with key(s) not yet set. Hence,
-	 * when allocating the operation handle, we prevovision a dummy key.
+	 * API cannot be used on operation with key(s) not yet set. Hence,
+	 * when allocating the operation handle, we load a dummy key.
 	 * Thus, set_key sequence always reset then set key on operation.
 	 */