Fix a typo in function documentation
authorJouni Malinen <j@w1.fi>
Sat, 2 May 2015 12:55:33 +0000 (15:55 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 May 2015 13:31:59 +0000 (16:31 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/eap_common/eap_common.c

index 1de1328..51a15d7 100644 (file)
@@ -192,7 +192,7 @@ u8 eap_get_id(const struct wpabuf *msg)
 
 
 /**
- * eap_get_id - Get EAP Type from wpabuf
+ * eap_get_type - Get EAP Type from wpabuf
  * @msg: Buffer starting with an EAP header
  * Returns: The EAP Type after the EAP header
  */