Skip to content

Commit

Permalink
Fix "forcably" comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
rpjday authored and Jiri Kosina committed Nov 21, 2010
1 parent 4d23033 commit dca25eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dca25eb

Please sign in to comment.