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
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;