Fix a typo in function documentation
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
5aeebc48e8
commit
53f376c103
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @msg: Buffer starting with an EAP header
|
||||||
* Returns: The EAP Type after the EAP header
|
* Returns: The EAP Type after the EAP header
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue