diff options
author | Uwe Kleine-Koenig <Uwe.Kleine-Koenig@digi.com> | 2009-01-12 23:35:46 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2009-03-30 15:21:57 +0200 |
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) * 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. */ |