Add comments on error codes

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/cipher/cipher_aead_demo.c b/programs/cipher/cipher_aead_demo.c
index 05d1cb0..0cee51f 100644
--- a/programs/cipher/cipher_aead_demo.c
+++ b/programs/cipher/cipher_aead_demo.c
@@ -98,7 +98,9 @@
     printf( "\n" );
 }
 
-/* Run an Mbed TLS function and bail out if it fails. */
+/* Run an Mbed TLS function and bail out if it fails.
+ * A string description of the error code can be recovered with:
+ * programs/util/strerror <value> */
 #define CHK( expr )                                             \
     do                                                          \
     {                                                           \