aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/core.c
diff options
context:
space:
mode:
authoryan <clouds.yan@gmail.com>2012-04-20 21:08:45 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-23 13:30:10 -0700
commit9169c01236ab29ce55c93aaf22ec6ecc65c46d1a (patch)
treea0d6c63a88ddd8fbb58e8f0784d28ee6eb7d4277 /drivers/base/core.c
parent449a2bf5e881b2a00d42a7c0baa67119c8cb5dce (diff)
drivers/base/core.c: Fix a typo in comment
Signed-off-by: YanHong <clouds.yan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/core.c')
-rw-r--r--drivers/base/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/core.c b/drivers/base/core.c
index 6cb25f1511d..33461ec35d8 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.
*/