Commit 870571a2 authored by Rudy Matela's avatar Rudy Matela Committed by Jiri Kosina
Browse files

hdlc: spelling fix in find_pvc() comment

Signed-off-by: default avatarRudy Matela <rudy.matela@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 1b35edaf
......@@ -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;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment