From 13f43948f302725788118ae4db08f3833f5f5484 Mon Sep 17 00:00:00 2001 From: mohammad1603 Date: Sun, 5 Aug 2018 12:09:44 +0300 Subject: [PATCH] typo fix --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 128c2c0cd..8ecd17bb4 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -67,7 +67,7 @@ extern "C" { * PSA_SUCCESS. We must not define PSA_SUCCESS ourselves in that case; * the other error code names don't clash. Also define psa_status_t as * an alias for the type used by PSA IPC. This is a temporary hack - * until we unify error reporting in PSA IPC and PSA crypo. + * until we unify error reporting in PSA IPC and PSA crypto. * * Note that psa_defs.h must be included before this header! */