bus_attach_children.9: fix typo

s/DEVICE_ATTACH/DEVICE_DETACH

Reviewed by:	ziaee
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D53449
This commit is contained in:
Ahmad Khalifa
2025-10-30 16:14:42 +03:00
parent faacc0d968
commit 9b9c726df1
+1 -1
View File
@@ -105,7 +105,7 @@ Detached devices are not deleted.
.Pp
.Fn bus_detach_children
is typically called at the start of a bus driver's
.Xr DEVICE_ATTACH 9
.Xr DEVICE_DETACH 9
method to give child devices a chance to veto the detach request.
It is usually paired with a later call to
.Fn device_delete_children 9