diff mbox series

fddi: fix typos in code comments

Message ID 20190520044938.23158-1-houweitaoo@gmail.com
State Accepted
Delegated to: David Miller
Headers show
Series fddi: fix typos in code comments | expand

Commit Message

Weitao Hou May 20, 2019, 4:49 a.m. UTC
fix abord to abort

Signed-off-by: Weitao Hou <houweitaoo@gmail.com>
---
 drivers/net/fddi/skfp/hwmtm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

David Miller May 21, 2019, 12:21 a.m. UTC | #1
From: Weitao Hou <houweitaoo@gmail.com>
Date: Mon, 20 May 2019 12:49:38 +0800

> fix abord to abort
> 
> Signed-off-by: Weitao Hou <houweitaoo@gmail.com>

Applied.
diff mbox series

Patch

diff --git a/drivers/net/fddi/skfp/hwmtm.c b/drivers/net/fddi/skfp/hwmtm.c
index abbe309051d9..3d0f417e8586 100644
--- a/drivers/net/fddi/skfp/hwmtm.c
+++ b/drivers/net/fddi/skfp/hwmtm.c
@@ -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) ;