commit | 49f99bc3db75afed7454ab881a754e5e852b0674 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Sun Dec 04 16:44:21 2022 +0000 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Sun Dec 04 16:44:21 2022 +0000 |
tree | 68d3b6b4f8b58928a708d72785b88bae3709b1fd | |
parent | 3917028ab75c58e4f052f1fccd8370593b936573 [diff] [blame] |
Fix typos prior to release Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/timing.c b/library/timing.c index 37a9303..6c14a4f 100644 --- a/library/timing.c +++ b/library/timing.c
@@ -262,7 +262,7 @@ Sleep( alarmMs ); mbedtls_timing_alarmed = 1; /* _endthread will be called implicitly on return - * That ensures execution of thread funcition's epilogue */ + * That ensures execution of thread function's epilogue */ } void mbedtls_set_alarm( int seconds )