From: Bart Van Assche Date: Sat, 4 Jan 2014 13:20:04 +0000 (+0100) Subject: kobject: Fix source code comment spelling X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9705710e40b9e5acaf003f90d6ed883ba193b314;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git kobject: Fix source code comment spelling Signed-off-by: Bart Van Assche Signed-off-by: Greg Kroah-Hartman --- diff --git a/lib/kobject.c b/lib/kobject.c index f7f69cbe4f6e..b0b26665c611 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@ -365,7 +365,7 @@ static int kobject_add_varg(struct kobject *kobj, struct kobject *parent, * * If @parent is set, then the parent of the @kobj will be set to it. * If @parent is NULL, then the parent of the @kobj will be set to the - * kobject associted with the kset assigned to this kobject. If no kset + * kobject associated with the kset assigned to this kobject. If no kset * is assigned to the kobject, then the kobject will be located in the * root of the sysfs tree. *