driver: Fix a typo in a comment

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2018-12-25 00:43:29 +02:00
parent 93701b4afe
commit d0dde0808d

View file

@ -3706,7 +3706,7 @@ struct wpa_driver_ops {
/** /**
* status - Get driver interface status information * status - Get driver interface status information
* @priv: Private driver interface data * @priv: Private driver interface data
* @buf: Buffer for printing tou the status information * @buf: Buffer for printing the status information
* @buflen: Maximum length of the buffer * @buflen: Maximum length of the buffer
* Returns: Length of written status information or -1 on failure * Returns: Length of written status information or -1 on failure
*/ */