summaryrefslogtreecommitdiffstats
path: root/sys/isa/pnp.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-02 05:13:01 +0000
committerpeter <peter@FreeBSD.org>1999-09-02 05:13:01 +0000
commitc0132d0156e875f8ab51f300efdaa1a6fcc05784 (patch)
tree927abc03ed256a47a2d8293c2941670fb03b3d21 /sys/isa/pnp.c
parent00758b4eb08a8db6c84ad0aac95eb1034189fc51 (diff)
downloadFreeBSD-src-c0132d0156e875f8ab51f300efdaa1a6fcc05784.zip
FreeBSD-src-c0132d0156e875f8ab51f300efdaa1a6fcc05784.tar.gz
s/LOGIGAL/LOGICAL/
Diffstat (limited to 'sys/isa/pnp.c')
-rw-r--r--sys/isa/pnp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/isa/pnp.c b/sys/isa/pnp.c
index 6409818..9030874 100644
--- a/sys/isa/pnp.c
+++ b/sys/isa/pnp.c
@@ -399,7 +399,7 @@ pnp_scan_resdata(device_t parent, pnp_id *p, int csn)
}
switch (PNP_SRES_NUM(tag)) {
- case PNP_TAG_LOGIGAL_DEVICE:
+ case PNP_TAG_LOGICAL_DEVICE:
/*
* A new logical device. Scan
* resourcea and add device.
OpenPOWER on IntegriCloud