diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 75df65b63..c27a9d190 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3640,8 +3640,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_CONFIG_FILE "mbedtls/mbedtls_config.h" @@ -3657,8 +3657,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_USER_CONFIG_FILE "/dev/null" @@ -3675,8 +3675,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h" @@ -3692,8 +3692,8 @@ * non-standard feature of the C language, so this feature is only available * with compilers that perform macro expansion on an \#include line. * - * The value of this symbol is typically a path in double quotes, relative - * to a directory on the include search pah. + * The value of this symbol is typically a path in double quotes, either + * absolute or relative to a directory on the include search path. */ //#define MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE "/dev/null"