fddi: fix typos in code comments
authorWeitao Hou <houweitaoo@gmail.com>
Mon, 20 May 2019 04:49:38 +0000 (12:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 May 2019 00:21:22 +0000 (20:21 -0400)
fix abord to abort

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/fddi/skfp/hwmtm.c

index abbe309..3d0f417 100644 (file)
@@ -1206,7 +1206,7 @@ void process_receive(struct s_smc *smc)
                }
                /*
                 * SUPERNET 3 Bug: FORMAC delivers status words
-                * of aborded frames to the BMU
+                * of aborted frames to the BMU
                 */
                if (len <= 4) {
                        DB_RX(2, "Frame length = 0");
@@ -1343,7 +1343,7 @@ void process_receive(struct s_smc *smc)
                                break ;
                        default :
                                /*
-                                * unknown FC abord the frame
+                                * unknown FC abort the frame
                                 */
                                DB_RX(2, "unknown FC error");
                                smt_free_mbuf(smc,mb) ;