Browse Source

Fix a typo in a comment

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
e53a0c7406
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/drivers/driver.h

+ 1 - 1
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;