diff options
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 76ce75bad91e..3236b434b964 100644 --- a/drivers/base/sys.c +++ b/drivers/base/sys.c | |||
@@ -300,7 +300,7 @@ void sysdev_unregister(struct sys_device *sysdev) | |||
300 | * and the class driver. | 300 | * and the class driver. |
301 | * | 301 | * |
302 | * Note: The list is iterated in reverse order, so that we shut down | 302 | * Note: The list is iterated in reverse order, so that we shut down |
303 | * child devices before we shut down thier parents. The list ordering | 303 | * child devices before we shut down their parents. The list ordering |
304 | * is guaranteed by virtue of the fact that child devices are registered | 304 | * is guaranteed by virtue of the fact that child devices are registered |
305 | * after their parents. | 305 | * after their parents. |
306 | */ | 306 | */ |