Fix incorrect case in changelog entry

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
Paul Elliott 2020-12-18 17:52:26 +00:00
parent abb3af7826
commit 3949065aef

View File

@ -2,7 +2,7 @@ Bugfix
* Add printf function attributes to mbedtls_debug_print_msg because we were * Add printf function attributes to mbedtls_debug_print_msg because we were
not actually getting any printf format specifier warnings prior to this. not actually getting any printf format specifier warnings prior to this.
Also add extra printf compiler warning flags to builds. Also add extra printf compiler warning flags to builds.
Requirement Changes Requirement changes
* Use %zu for print of type size_t in new work, however please do not use * Use %zu for print of type size_t in new work, however please do not use
them in backports, and preferably not in code that needs to be them in backports, and preferably not in code that needs to be
backported. backported.