From 2f1ebb31863e1a3340b6083d0c27413312796512 Mon Sep 17 00:00:00 2001 From: yan Date: Fri, 20 Apr 2012 21:08:45 +0800 Subject: [PATCH] --- yaml --- r: 304044 b: refs/heads/master c: 9169c01236ab29ce55c93aaf22ec6ecc65c46d1a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/base/core.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0b648ae4e96e..4697d1a1d299 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 449a2bf5e881b2a00d42a7c0baa67119c8cb5dce +refs/heads/master: 9169c01236ab29ce55c93aaf22ec6ecc65c46d1a diff --git a/trunk/drivers/base/core.c b/trunk/drivers/base/core.c index 6cb25f1511df..33461ec35d8f 100644 --- a/trunk/drivers/base/core.c +++ b/trunk/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. */