summaryrefslogtreecommitdiff
path: root/sys/dev/isa/sb_isa.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-11-01 17:14:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-11-01 17:14:11 +0000
commit530a164a323671a0b76bd46c050378d62e87724b (patch)
treee849583b0739f0eee25e20d2d18702eba98de00e /sys/dev/isa/sb_isa.c
parente8121478e81bed0e28104e83f0d71d93a0d3f131 (diff)
add missing end bracket in comment
Diffstat (limited to 'sys/dev/isa/sb_isa.c')
-rw-r--r--sys/dev/isa/sb_isa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/sb_isa.c b/sys/dev/isa/sb_isa.c
index 10462a903b6..7d00586ca90 100644
--- a/sys/dev/isa/sb_isa.c
+++ b/sys/dev/isa/sb_isa.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sb_isa.c,v 1.4 1999/01/02 01:33:39 niklas Exp $ */
+/* $OpenBSD: sb_isa.c,v 1.5 2001/11/01 17:14:10 millert Exp $ */
/* $NetBSD: sb_isa.c,v 1.15 1997/11/30 15:32:25 drochner Exp $ */
/*
@@ -114,7 +114,7 @@ sbfind(parent, sc, ia)
sc->sc_iot = ia->ia_iot;
- /* Map i/o space [we map 24 ports which is the max of the sb and pro */
+ /* Map i/o space [we map 24 ports which is the max of the sb and pro] */
if (bus_space_map(sc->sc_iot, ia->ia_iobase, SBP_NPORT, 0,
&sc->sc_ioh))
return 0;