Prefix "version" with "library" or "protocol" to avoid ambiguity

Signed-off-by: Hanno Becker <hanno.becker@arm.com>
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index ecfd0cf..83ffef7 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -4547,9 +4547,9 @@
  *
  *  struct {
  *
- *    opaque mbedtls_version[3];   // major, minor, patch
- *    opaque session_format[2];    // version-specific 16-bit field determining
- *                                 // the format of the remaining
+ *    opaque mbedtls_version[3];   // library version: major, minor, patch
+ *    opaque session_format[2];    // library-version specific 16-bit field
+ *                                 // determining the format of the remaining
  *                                 // serialized data.
  *
  *          Note: When updating the format, remember to keep
@@ -4560,7 +4560,7 @@
  *                                 // configuration options which influence
  *                                 // the structure of mbedtls_ssl_session.
  *
- *    uint8_t minor_ver;           // Possible values:
+ *    uint8_t minor_ver;           // Protol-version. Possible values:
  *                                 // - TLS 1.2 (MBEDTLS_SSL_MINOR_VERSION_3)
  *
  *    select (serialized_session.minor_ver) {