aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/base/sys.c2
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 */