fddi: fix typos in code comments

fix abord to abort

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Weitao Hou 2019-05-20 12:49:38 +08:00 committed by David S. Miller
parent c0f8fa21b3
commit d97c6f6830

View 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) ;