lkml.org 
[lkml]   [2008]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromUwe Kleine-König <>
Subject[PATCH] fix typo "thier" -> "their"
DateWed, 2 Apr 2008 13:23:19 +0200
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Cc: trivial@kernel.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2008-04-02 13:27    [from the cache]
©2003-2010