From 95d8438138bf3dd1e94da497068d40eee6da5ef3 Mon Sep 17 00:00:00 2001 From: Jaeden Amero Date: Thu, 30 May 2019 13:14:00 +0100 Subject: [PATCH] crypto_platform: Fix typo --- include/psa/crypto_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_platform.h b/include/psa/crypto_platform.h index 42cdad32a4..8a9c401c2e 100644 --- a/include/psa/crypto_platform.h +++ b/include/psa/crypto_platform.h @@ -1,7 +1,7 @@ /** * \file psa/crypto_platform.h * - * \brief PSA cryptography module: Mbed TLS platfom definitions + * \brief PSA cryptography module: Mbed TLS platform definitions * * \note This file may not be included directly. Applications must * include psa/crypto.h.