Fix typos

Co-authored-by: Tom Cosgrove <81633263+tom-cosgrove-arm@users.noreply.github.com>
Co-authored-by: Werner Lewis <Werner.Lewis@arm.com>

Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
Janos Follath 2022-08-22 09:06:32 +01:00
parent deb8030e9f
commit af3f39c01c
5 changed files with 16 additions and 16 deletions

View file

@ -1,9 +1,9 @@
/**
* Low-level modular bignum functions
*
* This interface only should be used by the higher level modular bignum
* This interface should only be used by the higher-level modular bignum
* module (bignum_mod.c) and the ECP module (ecp.c, ecp_curves.c). All other
* modules should use the high level modular bignum interface (bignum_mod.h)
* modules should use the high-level modular bignum interface (bignum_mod.h)
* or the legacy bignum interface (bignum.h).
*
* Copyright The Mbed TLS Contributors