Changes after code review

Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index 552750c..c3dc6e7 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -1021,10 +1021,7 @@
 
     /*
      * As the return error code may not be handled in case of multiple errors,
-     * do our best to report an unexpected lock counter: if available
-     * call MBEDTLS_PARAM_FAILED that may terminate execution (if called as
-     * part of the execution of a test suite this will stop the test suite
-     * execution).
+     * do our best to report an unexpected lock counter.
      */
     if( slot->lock_count != 1 )
     {