diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2009-01-12 17:35:46 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 09:21:57 -0400 |
commit | ee6921f7d82c765011b1df146cbc1103720ab33b (patch) | |
tree | 34500e359e6d40d5f64b93e9c0819eb9230412f9 /drivers/base/sys.c | |
parent | 542d886b7f326182cd0a484714d0117e3a8cf11b (diff) |
trivial: fix typo "thier" -> "their"
Signed-off-by: Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/base/sys.c')
-rw-r--r-- | drivers/base/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/sys.c b/drivers/base/sys.c index cbd36cf59a0f..6206aaac6b08 100644 --- a/drivers/base/sys.c +++ b/drivers/base/sys.c | |||
@@ -299,7 +299,7 @@ void sysdev_unregister(struct sys_device *sysdev) | |||
299 | * and the class driver. | 299 | * and the class driver. |
300 | * | 300 | * |
301 | * Note: The list is iterated in reverse order, so that we shut down | 301 | * Note: The list is iterated in reverse order, so that we shut down |
302 | * child devices before we shut down thier parents. The list ordering | 302 | * child devices before we shut down their parents. The list ordering |
303 | * is guaranteed by virtue of the fact that child devices are registered | 303 | * is guaranteed by virtue of the fact that child devices are registered |
304 | * after their parents. | 304 | * after their parents. |
305 | */ | 305 | */ |