[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090701172412.GC8416@vacuum.larces.uece.br>
Date: Wed, 1 Jul 2009 14:24:12 -0300
From: Rudy Matela <rudy.matela@...il.com>
To: Krzysztof Halasa <khc@...waw.pl>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] Spelling correction in HDLC/Frame Relay support routines
Spelling correction in HDLC/Frame Relay support routines
Changed: /* the listed is sorted */
To: /* the list is sorted */
Signed-off-by: Rudy Matela <rudy.matela@...il.com>
---
drivers/net/wan/hdlc_fr.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c
index bfa0161..48ec131 100644
--- a/drivers/net/wan/hdlc_fr.c
+++ b/drivers/net/wan/hdlc_fr.c
@@ -182,7 +182,7 @@ static inline pvc_device* find_pvc(hdlc_device *hdlc, u16 dlci)
if (pvc->dlci == dlci)
return pvc;
if (pvc->dlci > dlci)
- return NULL; /* the listed is sorted */
+ return NULL; /* the list is sorted */
pvc = pvc->next;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists