[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1207135399-4516-1-git-send-email-Uwe.Kleine-Koenig@digi.com>
Date: Wed, 2 Apr 2008 13:23:19 +0200
From: Uwe Kleine-König <Uwe.Kleine-Koenig@...i.com>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org
Subject: [PATCH] fix typo "thier" -> "their"
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@...i.com>
Cc: trivial@...nel.org
---
drivers/base/sys.c | 2 +-
drivers/pnp/manager.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/base/sys.c b/drivers/base/sys.c
index 8e13fd9..84be616 100644
--- a/drivers/base/sys.c
+++ b/drivers/base/sys.c
@@ -283,7 +283,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.
*/
diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c
index c28caf2..745a668 100644
--- a/drivers/pnp/manager.c
+++ b/drivers/pnp/manager.c
@@ -382,7 +382,7 @@ fail:
* @res: pointer to the new resource config
* @mode: 0 or PNP_CONFIG_FORCE
*
- * This function can be used by drivers that want to manually set thier resources.
+ * This function can be used by drivers that want to manually set their resources.
*/
int pnp_manual_config_dev(struct pnp_dev *dev, struct pnp_resource_table *res,
int mode)
--
1.5.4.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists