From: yan Date: Fri, 20 Apr 2012 13:08:45 +0000 (+0800) Subject: drivers/base/core.c: Fix a typo in comment X-Git-Tag: next-20120430~17^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9169c01236ab29ce55c93aaf22ec6ecc65c46d1a;p=karo-tx-linux.git drivers/base/core.c: Fix a typo in comment Signed-off-by: YanHong Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/core.c b/drivers/base/core.c index 6cb25f1511df..33461ec35d8f 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c @@ -65,7 +65,7 @@ static inline int device_is_not_partition(struct device *dev) * @dev: struct device to get the name of * * Will return the device's driver's name if it is bound to a device. If - * the device is not bound to a device, it will return the name of the bus + * the device is not bound to a driver, it will return the name of the bus * it is attached to. If it is not attached to a bus either, an empty * string will be returned. */