Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af665852 authored by Thadeu Lima de Souza Cascardo's avatar Thadeu Lima de Souza Cascardo Committed by Jiri Kosina
Browse files

fix comment typo boo -> boot in ksysfs.c

parent d6b198bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ static ssize_t uevent_seqnum_show(struct kobject *kobj,
}
}
KERNEL_ATTR_RO(uevent_seqnum);
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,
static ssize_t uevent_helper_show(struct kobject *kobj,
				  struct kobj_attribute *attr, char *buf)
				  struct kobj_attribute *attr, char *buf)
{
{