Fix a typo in a doxygen comment
This commit is contained in:
parent
5a464ff86e
commit
60ad2c7bef
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue