From: Jouni Malinen Date: Sat, 3 Dec 2011 09:38:51 +0000 (+0200) Subject: Fix a typo in a comment X-Git-Tag: aosp-jb-start~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53a0c7406c8849fcf076aabbbb532ac3a07c5e3;p=thirdparty%2Fhostap.git Fix a typo in a comment Signed-hostap: Jouni Malinen --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index ce25d033d..e3cfebe0e 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -628,7 +628,7 @@ struct wpa_driver_ap_params { * isolate - Whether to isolate frames between associated stations * * If this is non-zero, the AP is requested to disable forwarding of - * frames between association stations. + * frames between associated stations. */ int isolate;