From 57d1d198ef5d4468ec555ef6c35542ed1d79cf86 Mon Sep 17 00:00:00 2001 From: Mateusz Starzyk Date: Thu, 27 May 2021 14:39:53 +0200 Subject: [PATCH] Fix typo Signed-off-by: Mateusz Starzyk --- library/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common.h b/library/common.h index c31ac1e1c..0f61f9452 100644 --- a/library/common.h +++ b/library/common.h @@ -50,7 +50,7 @@ #define MBEDTLS_STATIC_TESTABLE static #endif -/** Allow library to access it's structs' private members. +/** Allow library to access its structs' private members. * * Although structs defined in header files are publicly available, * their members are private and should not be accessed by the user.