Plural bogon: s/childs/children/

MFC after:	3 days
This commit is contained in:
Jens Schweikhardt 2002-03-16 18:07:07 +00:00
parent 1a6417ba86
commit 46612f8261

View File

@ -41,7 +41,7 @@
.Fn DEVICE_IDENTIFY "driver_t *driver" "device_t parent"
.Sh DESCRIPTION
The identify function for a device is only needed for devices on busses
that cannot identify their childs independently, e.g. the ISA bus.
that cannot identify their children independently, e.g. the ISA bus.
It is used to recognize the device (usually done by accessing non-ambiguous
registers in the hardware) and to tell the kernel about it and thus
creating a new device instance.