Improve comments to be more accurate

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
diff --git a/tests/compat.sh b/tests/compat.sh
index dbd5e39..f4c611a 100755
--- a/tests/compat.sh
+++ b/tests/compat.sh
@@ -339,10 +339,10 @@
 }
 
 # Ciphersuites usable only with Mbed TLS and OpenSSL
-# Each ciphersuite is compiled case by case in the MBedTLS standard, and
-# is appended to the list of MBedTLS ciphersuites $M_CIPHERS. The same list
-# is translated to the OpenSSL naming standard and appended to the list of
-# OpenSSL ciphersuites $O_CIPHERS
+# A list of ciphersuites in the Mbed TLS convention is compiled and
+# appended to the list of Mbed TLS ciphersuites $M_CIPHERS. The same list
+# is translated to the OpenSSL naming convention and appended to the list of
+# OpenSSL ciphersuites $O_CIPHERS.
 #
 # NOTE: for some reason RSA-PSK doesn't work with OpenSSL,
 # so RSA-PSK ciphersuites need to go in other sections, see
@@ -423,10 +423,10 @@
 }
 
 # Ciphersuites usable only with Mbed TLS and GnuTLS
-# Each ciphersuite is compiled case by case in the MBedTLS standard, and
-# is appended to the list of MBedTLS ciphersuites $M_CIPHERS. The same list
-# is translated to the GnuTLS naming standard and appended to the list of
-# GnuTLS ciphersuites $G_CIPHERS
+# A list of ciphersuites in the Mbed TLS convention is compiled and
+# appended to the list of Mbed TLS ciphersuites $M_CIPHERS. The same list
+# is translated to the GnuTLS naming convention and appended to the list of
+# GnuTLS ciphersuites $G_CIPHERS.
 add_gnutls_ciphersuites()
 {
     CIPHERS=""