]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - drivers/net/benet/be_main.c
Fix common misspellings
[thirdparty/kernel/linux.git] / drivers / net / benet / be_main.c
index a71163f1e34b80eabd12e0e33ba46583b041004b..9a54c8b24ff9d09ed336f70459115d0d2a2e21db 100644 (file)
@@ -708,7 +708,7 @@ static void be_set_multicast_list(struct net_device *netdev)
                goto done;
        }
 
-       /* BE was previously in promiscous mode; disable it */
+       /* BE was previously in promiscuous mode; disable it */
        if (adapter->promiscuous) {
                adapter->promiscuous = false;
                be_cmd_promiscuous_config(adapter, adapter->port_num, 0);