build_info.h: rewrite comment

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-05-22 16:50:35 +08:00
parent 419a55e929
commit 37db332658

View file

@ -89,7 +89,7 @@
/* PSA crypto specific configuration options
* - If config_psa.h reads a configuration option in preprocessor directive,
* this symbol should be consulted before its inclusion. (e.g. MBEDTLS_MD_C)
* this symbol should be set before its inclusion. (e.g. MBEDTLS_MD_C)
* - If config_psa.h writes a configuration option in conditional directive,
* this symbol should be consulted after its inclusion.
* (e.g. MBEDTLS_MD_LIGHT)