From fff86fc4437a81dca38a41d95f88413ca42ea1b5 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Tue, 9 Aug 2005 11:55:18 +0000 Subject: [PATCH] Fix a typo --- share/man/man9/bus_alloc_resource.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/bus_alloc_resource.9 b/share/man/man9/bus_alloc_resource.9 index 6a5443afacb8..37a84db15b14 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;