Skip to content

Commit

Permalink
trivial: fix typo "thier" -> "their"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Uwe Kleine-Koenig authored and Jiri Kosina committed Mar 30, 2009
1 parent 542d886 commit ee6921f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/base/sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device *sysdev)
* and the class driver.
*
* Note: The list is iterated in reverse order, so that we shut down
* child devices before we shut down thier parents. The list ordering
* child devices before we shut down their parents. The list ordering
* is guaranteed by virtue of the fact that child devices are registered
* after their parents.
*/
Expand Down

0 comments on commit ee6921f

Please sign in to comment.