From: Jouni Malinen Date: Sat, 2 May 2015 12:55:33 +0000 (+0300) Subject: Fix a typo in function documentation X-Git-Tag: hostap_2_5~778 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53f376c103c645b531a1254376446fe38b4664dd;p=thirdparty%2Fhostap.git Fix a typo in function documentation Signed-off-by: Jouni Malinen --- diff --git a/src/eap_common/eap_common.c b/src/eap_common/eap_common.c index 1de13281c..51a15d75b 100644 --- a/src/eap_common/eap_common.c +++ b/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 */