Change "high level error" to "high level module ID"

Signed-off-by: Chris Jones <christopher.jones@arm.com>
diff --git a/tests/src/helpers.c b/tests/src/helpers.c
index 4923e3c..72b886d 100644
--- a/tests/src/helpers.c
+++ b/tests/src/helpers.c
@@ -295,12 +295,13 @@
      *                                                shhhhhhhhlllllll
      *
      * s = sign bit.
-     * h = high level error code (includes high and module error codes).
+     * h = high level error code (includes high level module ID (bits 12..14)
+     *     and module-dependent error code (bits 7..11)).
      * l = low level error code.
      */
     if ( high > -0x1000 && high != 0 )
     /* high < 0001000000000000
-     * No high level error bits are set.
+     * No high level module ID bits are set.
      */
     {
         mbedtls_test_fail( "'high' is not a high-level error code",