From 4793cc4620b6f2a6f95be4cb0251cb46bc99c1fc Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Wed, 17 Aug 2011 09:40:55 +0000
Subject: [PATCH] - Fixed typo in doxygen info
---
include/polarssl/des.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/polarssl/des.h b/include/polarssl/des.h
index 09c00a741..653e68b38 100644
--- a/include/polarssl/des.h
+++ b/include/polarssl/des.h
@@ -87,7 +87,7 @@ int des_key_check_key_parity( const unsigned char key[DES_KEY_SIZE] );
*
* \param key 8-byte secret key
*
- * \resurn 0 if no weak key was found, 1 if a weak key was identified.
+ * \return 0 if no weak key was found, 1 if a weak key was identified.
*/
int des_key_check_weak( const unsigned char key[DES_KEY_SIZE] );