diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2010-11-21 08:15:01 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-21 18:15:10 +0100 |
commit | dca25ebdd09c7aa877f00c2bdbd58c74a909c6f8 (patch) | |
tree | e41629714a8d8bc6609bd177ca0b4274126e75cd /drivers/base/bus.c | |
parent | 4d23033dfdbb0409dfebaf748ba37ac00ef39825 (diff) | |
download | linux-3.10-dca25ebdd09c7aa877f00c2bdbd58c74a909c6f8.tar.gz linux-3.10-dca25ebdd09c7aa877f00c2bdbd58c74a909c6f8.tar.bz2 linux-3.10-dca25ebdd09c7aa877f00c2bdbd58c74a909c6f8.zip |
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/bus.c')
-rw-r--r-- | drivers/base/bus.c | 2 |
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 |