Cleanup the code

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index e757674..98060d7 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -2524,7 +2524,7 @@
 }
 
 component_test_psa_crypto_config_accel_pake_no_fallback () {
-    msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated PAKE"
+    msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated PAKE - no fallback"
 
     # Start with full
     scripts/config.py full
@@ -2550,7 +2550,7 @@
     loc_accel_flags="$loc_accel_flags $( echo "$loc_accel_list" | sed 's/[^ ]* */-DMBEDTLS_PSA_ACCEL_&/g' )"
     make CFLAGS="$ASAN_CFLAGS -Werror -I../tests/include -I../tests -I../../tests -DPSA_CRYPTO_DRIVER_TEST -DMBEDTLS_TEST_LIBTESTDRIVER1 $loc_accel_flags" LDFLAGS="-ltestdriver1 $ASAN_CFLAGS"
 
-    msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated PAKE"
+    msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated PAKE - no fallback"
     make test
 }
 
diff --git a/tests/suites/test_suite_psa_crypto_driver_wrappers.function b/tests/suites/test_suite_psa_crypto_driver_wrappers.function
index 0f376ef..f718349 100644
--- a/tests/suites/test_suite_psa_crypto_driver_wrappers.function
+++ b/tests/suites/test_suite_psa_crypto_driver_wrappers.function
@@ -3248,7 +3248,7 @@
     ecjpake_do_round(alg, primitive_arg, &server, &client,
                      client_input_first, 2);
 
-    /* After get the key is obtained operation is aborted.
+    /* After the key is obtained operation is aborted.
        Adapt counter of expected hits. */
     if (pake_in_driver) {
         pake_expected_hit_count++;
@@ -3258,7 +3258,7 @@
     TEST_EQUAL(mbedtls_test_driver_pake_hooks.hits,
                pake_in_driver ? pake_expected_hit_count++ : pake_expected_hit_count);
 
-    /* After get the key is obtained operation is aborted.
+    /* After the key is obtained operation is aborted.
        Adapt counter of expected hits. */
     if (pake_in_driver) {
         pake_expected_hit_count++;