X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=drivers%2Fparport%2Fprobe.c;h=cd565bb4e1a990ba303aa308a6094c7466b3e331;hb=cb9aa97c21c59ad01c9514d7faf45dc166fba226;hp=853a15f44f8889f7f1b5d401df730677633232f6;hpb=5712cb3d81566893c3b14e24075cf48ec5c35d00;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/parport/probe.c b/drivers/parport/probe.c index 853a15f..cd565bb 100644 --- a/drivers/parport/probe.c +++ b/drivers/parport/probe.c @@ -163,7 +163,7 @@ static ssize_t parport_read_device_id (struct parport *port, char *buffer, idlens[1] = idlens[0]+2; if (belen != lelen) { int off = 2; - /* Don't try lenghts of 0x100 and 0x200 as 1 and 2 */ + /* Don't try lengths of 0x100 and 0x200 as 1 and 2 */ if (idlens[0] <= 2) off = 0; idlens[off] = max(belen, lelen);