Corrected misleading fn description in ssl_cache.h

Mistake in comments spotted by Andris Mednis
diff --git a/include/polarssl/ssl_cache.h b/include/polarssl/ssl_cache.h
index cdb200c..960c9ba 100644
--- a/include/polarssl/ssl_cache.h
+++ b/include/polarssl/ssl_cache.h
@@ -94,7 +94,7 @@
 void ssl_cache_set_timeout( ssl_cache_context *cache, int timeout );
 
 /**
- * \brief          Set the cache timeout
+ * \brief          Set the maximun number of cache entries
  *                 (Default: SSL_CACHE_DEFAULT_MAX_ENTRIES (50))
  *
  * \param cache    SSL cache context