Fix a typo

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/suites/test_suite_ssl.tls-defrag.data b/tests/suites/test_suite_ssl.tls-defrag.data
index 531d463..b3822b0 100644
--- a/tests/suites/test_suite_ssl.tls-defrag.data
+++ b/tests/suites/test_suite_ssl.tls-defrag.data
@@ -177,7 +177,7 @@
 
 # The buffer is actually larger than IN_CONTENT_LEN as we leave room for
 # record protection overhead (IV, MAC/tag, padding (up to 256 bytes)), CID...
-# The maximum size for an unencrypted (and without CID with is DTLS only)
+# The maximum size for an unencrypted (and without CID which is DTLS only)
 # handshake message we can hold in the buffer is
 #   MBEDTLS_SSL_IN_BUFFER_LEN - MBEDTLS_SSL_HEADER_LEN - 4
 # (the 4 is for the handshake header).