Fix a typo

This commit is contained in:
Brian Somers 2005-08-09 11:55:18 +00:00
parent 893446fe00
commit fff86fc443

View File

@ -159,7 +159,7 @@ and
.Va irqid .Va irqid
should be saved in the softc of the device after these calls. should be saved in the softc of the device after these calls.
.Bd -literal .Bd -literal
struct resource *portres, irqres; struct resource *portres, *irqres;
int portid, irqid; int portid, irqid;
portid = 0; portid = 0;