- Changed text for return 0 lines

diff --git a/include/polarssl/arc4.h b/include/polarssl/arc4.h
index f6b9f13..14abe39 100644
--- a/include/polarssl/arc4.h
+++ b/include/polarssl/arc4.h
@@ -55,7 +55,7 @@
  * \param input    buffer holding the input data
  * \param output   buffer for the output data
  *
- * \return         0
+ * \return         0 if successful
  */
 int arc4_crypt( arc4_context *ctx, int length, const unsigned char *input,
                 unsigned char *output );