1
0
Fork 0

trivial: fix typo "thier" -> "their"

Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Uwe Kleine-Koenig 2009-01-12 23:35:46 +01:00 committed by Jiri Kosina
parent 542d886b7f
commit ee6921f7d8
1 changed files with 1 additions and 1 deletions

View 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.
*/