summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2005-08-09 11:55:18 +0000
committerbrian <brian@FreeBSD.org>2005-08-09 11:55:18 +0000
commitee00ecfc998a93cf7271b5c664c99a2318e4853b (patch)
tree1c226f8d3c7de2b69548cc05c2530b7fc9d47da0 /share
parentcf2dc60e17ec56798092fb8152d7d81ed2c195ad (diff)
downloadFreeBSD-src-ee00ecfc998a93cf7271b5c664c99a2318e4853b.zip
FreeBSD-src-ee00ecfc998a93cf7271b5c664c99a2318e4853b.tar.gz
Fix a typo
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/bus_alloc_resource.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9
index 6a5443a..37a84db 100644
--- a/share/man/man9/bus_alloc_resource.9
+++ b/share/man/man9/bus_alloc_resource.9
@@ -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;
OpenPOWER on IntegriCloud