]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fix a typo in a doxygen comment
authorJouni Malinen <j@w1.fi>
Sun, 27 Dec 2009 15:13:15 +0000 (17:13 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 27 Dec 2009 15:13:15 +0000 (17:13 +0200)
src/drivers/driver.h

index 91c328b830250a7b946a0f66e9f7d498d15d30c1..c0a05ab225c2403a596fefba4ef6a7e0cfa65f7a 100644 (file)
@@ -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)
  */