X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fchar%2Frocket.c;h=d83419c3857e92baa4d28a8a53806b4b465484a4;hb=911f21501f50b16ce77f37b01e90b5b73c8c80bf;hp=7e6a3a413bb23d801ececee502d9676fda3bd612;hpb=6c0286b199c3eb2caa973525dfc8a7ed67090ec0;p=safe%2Fjmp%2Flinux-2.6 diff --git a/drivers/char/rocket.c b/drivers/char/rocket.c index 7e6a3a4..d83419c 100644 --- a/drivers/char/rocket.c +++ b/drivers/char/rocket.c @@ -563,7 +563,7 @@ static void rp_do_poll(unsigned long dummy) /* Get a ptr to the board's control struct */ ctlp = sCtlNumToCtlPtr(ctrl); - /* Get the interupt status from the board */ + /* Get the interrupt status from the board */ #ifdef CONFIG_PCI if (ctlp->BusType == isPCI) CtlMask = sPCIGetControllerIntStatus(ctlp);