Commit d97c6f68 authored by Weitao Hou's avatar Weitao Hou Committed by David S. Miller
Browse files

fddi: fix typos in code comments



fix abord to abort

Signed-off-by: default avatarWeitao Hou <houweitaoo@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c0f8fa21
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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) ;