trivial: fix typo "thier" -> "their"
authorUwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Mon, 12 Jan 2009 22:35:46 +0000 (23:35 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:57 +0000 (15:21 +0200)
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/base/sys.c

index cbd36cf..6206aaa 100644 (file)
@@ -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.
  */