staging: rtl8188eu: include: Correct a typo in a comment
authorR Veera Kumar <vkor@vkten.in>
Thu, 19 Mar 2020 09:37:24 +0000 (15:07 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Mar 2020 14:09:10 +0000 (15:09 +0100)
Correct a single typo in a comment.
Misspelling found using checkpatch.pl.

Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link: https://lore.kernel.org/r/20200319093715.GA2550@tulip.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/rtw_xmit.h

index ba7e15fbde72d60ab9f5589756f024642359a82f..b9f11ef327e75a68219d63ab1324766501c88c4e 100644 (file)
@@ -112,7 +112,7 @@ struct pkt_attrib {
        u32     last_txcmdsz;
        u8      nr_frags;
        u8      encrypt;        /* when 0 indicate no encrypt. when non-zero,
-                                * indicate the encrypt algorith
+                                * indicate the encrypt algorithm
                                 */
        u8      iv_len;
        u8      icv_len;