Fixup: Typo in all.sh component description for single-MD hardcoding
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index f1317e7..eec23a8 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -928,7 +928,7 @@
     msg "test: main suites (full config + MBEDTLS_MD_SINGLE_HASH)" # ~ 5s
     make test
 
-    msg "test: ssl-opt.sh default (full config + MBEDTLS_SSL_CONF_SINGLE_CIPHERSUITE)" # ~ 5s
+    msg "test: ssl-opt.sh default (full config + MBEDTLS_MD_SINGLE_HASH)" # ~ 5s
     if_build_succeeded tests/ssl-opt.sh -f '^Default$\|^Default, DTLS$'
 }