From: Jouni Malinen Date: Sun, 27 Dec 2009 15:13:15 +0000 (+0200) Subject: Fix a typo in a doxygen comment X-Git-Tag: hostap_0_7_1~177 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=60ad2c7befcaba3be072ab20368418a41dd828b9;p=thirdparty%2Fhostap.git Fix a typo in a doxygen comment --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 91c328b83..c0a05ab22 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -118,7 +118,7 @@ struct wpa_scan_results { * @ifname: Interface name that can be used with init() or init2() * @desc: Human readable adapter description (e.g., vendor/model) or NULL if * not available - * @drv_bame: struct wpa_driver_ops::name (note: unlike other strings, this one + * @drv_name: struct wpa_driver_ops::name (note: unlike other strings, this one * is not an allocated copy, i.e., get_interfaces() caller will not free * this) */