Skip to content

Commit

Permalink
fix comment typo boo -> boot in ksysfs.c
Browse files Browse the repository at this point in the history
Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Thadeu Lima de Souza Cascardo authored and Jiri Kosina committed Feb 5, 2010
1 parent d6b198b commit af66585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/ksysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static ssize_t uevent_seqnum_show(struct kobject *kobj,
}
KERNEL_ATTR_RO(uevent_seqnum);

/* uevent helper program, used during early boo */
/* uevent helper program, used during early boot */
static ssize_t uevent_helper_show(struct kobject *kobj,
struct kobj_attribute *attr, char *buf)
{
Expand Down

0 comments on commit af66585

Please sign in to comment.