aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2010-11-21 08:15:01 -0500
committerJiri Kosina <jkosina@suse.cz>2010-11-21 18:15:10 +0100
commitdca25ebdd09c7aa877f00c2bdbd58c74a909c6f8 (patch)
treee41629714a8d8bc6609bd177ca0b4274126e75cd /drivers/base
parent4d23033dfdbb0409dfebaf748ba37ac00ef39825 (diff)
Fix "forcably" comment typo
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/bus.c b/drivers/base/bus.c
index 33c270a64db..8f0b1ba522f 100644
--- a/drivers/base/bus.c
+++ b/drivers/base/bus.c
@@ -976,7 +976,7 @@ struct klist *bus_get_device_klist(struct bus_type *bus)
EXPORT_SYMBOL_GPL(bus_get_device_klist);
/*
- * Yes, this forcably breaks the klist abstraction temporarily. It
+ * Yes, this forcibly breaks the klist abstraction temporarily. It
* just wants to sort the klist, not change reference counts and
* take/drop locks rapidly in the process. It does all this while
* holding the lock for the list, so objects can't otherwise be