diff --git a/drivers/base/dd.c b/drivers/base/dd.c index efd00de183b12dd7b6fc31f2fed3f5e566afeac5..f0106875f01da48f9fb70afb6b2a68ac7259e37a 100644 --- a/drivers/base/dd.c +++ b/drivers/base/dd.c @@ -226,7 +226,7 @@ static int __device_attach(struct device_driver *drv, void *data) * pair is found, break out and return. * * Returns 1 if the device was bound to a driver; - * 0 if no matching device was found; + * 0 if no matching driver was found; * -ENODEV if the device is not registered. * * When called for a USB interface, @dev->parent->sem must be held.