Clarfiy SHA224 and SHA256 documentation

Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
diff --git a/configs/config-suite-b.h b/configs/config-suite-b.h
index ea6a5bf..26e03de 100644
--- a/configs/config-suite-b.h
+++ b/configs/config-suite-b.h
@@ -63,8 +63,9 @@
 #define MBEDTLS_OID_C
 #define MBEDTLS_PK_C
 #define MBEDTLS_PK_PARSE_C
-/* Library does not support enabling SHA-224 without SHA-256. Future version will
- * have this option disabled by default. */
+/* The library does not currently support enabling SHA-224 without SHA-256.
+ * A future version of the library will have this option disabled
+ * by default. */
 #define MBEDTLS_SHA224_C
 #define MBEDTLS_SHA256_C
 #define MBEDTLS_SHA384_C