From 870571a2ef6fb2d6306673b4376fec93d441e013 Mon Sep 17 00:00:00 2001 From: Rudy Matela Date: Wed, 25 Nov 2009 10:20:20 -0300 Subject: hdlc: spelling fix in find_pvc() comment Signed-off-by: Rudy Matela Signed-off-by: Jiri Kosina --- drivers/net/wan/hdlc_fr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/net/wan/hdlc_fr.c') diff --git a/drivers/net/wan/hdlc_fr.c b/drivers/net/wan/hdlc_fr.c index 840cff7..4d4c543 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; } -- cgit v1.1