[PATCH] kobject_uevent.c has a typo in a comment

From: Greg KH
Date: Fri Oct 28 2005 - 01:31:33 EST


[PATCH] kobject_uevent.c has a typo in a comment

This patch changes trough to through in a comment in kobject_uevent.c.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
commit 3ab05c2cd849f4fdee6e79cc9f63d11de6ad63d9
tree 4b60b003d447d63a370564a7059ed2b91b7f119f
parent e801e49d1ca90da1ab0286a3688f2465cb1e45e4
author Erik Hovland <erik@xxxxxxxxxxx> Thu, 06 Oct 2005 10:45:30 -0700
committer Greg Kroah-Hartman <gregkh@xxxxxxx> Thu, 27 Oct 2005 22:47:59 -0700

lib/kobject_uevent.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c
index 04ca442..a318330 100644
--- a/lib/kobject_uevent.c
+++ b/lib/kobject_uevent.c
@@ -54,7 +54,7 @@ static char *action_to_string(enum kobje
static struct sock *uevent_sock;

/**
- * send_uevent - notify userspace by sending event trough netlink socket
+ * send_uevent - notify userspace by sending event through netlink socket
*
* @signal: signal name
* @obj: object path (kobject)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/