Parcourir la source

Fix a typo in function documentation

Signed-off-by: Jouni Malinen <j@w1.fi>
Jouni Malinen il y a 10 ans
Parent
commit
53f376c103
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/eap_common/eap_common.c

+ 1 - 1
src/eap_common/eap_common.c

@@ -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
  */