Fix a typo in function documentation

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2015-05-02 15:55:33 +03:00
parent 5aeebc48e8
commit 53f376c103

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