]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
driver: Fix a typo in a comment
authorJouni Malinen <j@w1.fi>
Mon, 24 Dec 2018 22:43:29 +0000 (00:43 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 24 Dec 2018 22:54:51 +0000 (00:54 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/drivers/driver.h

index f09f0f70f7e74a9b1891c8de2caaf7be9189703e..740ec4c3d45105acb21e3ed860f60f8a6472f37f 100644 (file)
@@ -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
         */