From: Jouni Malinen Date: Mon, 24 Dec 2018 22:43:29 +0000 (+0200) Subject: driver: Fix a typo in a comment X-Git-Tag: hostap_2_8~715 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0dde0808d477ac241711ba42927918cef94b848;p=thirdparty%2Fhostap.git driver: Fix a typo in a comment Signed-off-by: Jouni Malinen --- diff --git a/src/drivers/driver.h b/src/drivers/driver.h index f09f0f70f..740ec4c3d 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -3706,7 +3706,7 @@ struct wpa_driver_ops { /** * status - Get driver interface status information * @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 * Returns: Length of written status information or -1 on failure */