Skip to content

Commit

Permalink
[PATCH] kobject_uevent.c has a typo in a comment
Browse files Browse the repository at this point in the history
This patch changes trough to through in a comment in kobject_uevent.c.

Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
microe authored and gregkh committed Oct 28, 2005
1 parent d5dee80 commit 4ed17dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kobject_uevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static char *action_to_string(enum kobject_action action)
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)
Expand Down

0 comments on commit 4ed17dc

Please sign in to comment.