Fix a typo

This commit is contained in:
brian 2005-08-09 11:55:18 +00:00
parent cf2dc60e17
commit ee00ecfc99

View File

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