]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
hdlc: spelling fix in find_pvc() comment
authorRudy Matela <rudy.matela@gmail.com>
Wed, 25 Nov 2009 13:20:20 +0000 (10:20 -0300)
committerJiri Kosina <jkosina@suse.cz>
Fri, 4 Dec 2009 14:39:58 +0000 (15:39 +0100)
Signed-off-by: Rudy Matela <rudy.matela@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/wan/hdlc_fr.c

index 840cff72a0f1a5596ff407651d2c81c305c8a3e9..4d4c543c146405457d0e59517f9da166c1216fb4 100644 (file)
@@ -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;
        }