diff options
author | Bart Van Assche <bvanassche@acm.org> | 2014-01-04 14:20:04 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-08 15:36:18 -0800 |
commit | 9705710e40b9e5acaf003f90d6ed883ba193b314 (patch) | |
tree | dfb384987edfd08ab4eeec257657a48871b89adf /lib | |
parent | eb4c69033fd1dda8b60e48af3accdd578c2e59ed (diff) | |
download | linux-9705710e40b9e5acaf003f90d6ed883ba193b314.tar.gz linux-9705710e40b9e5acaf003f90d6ed883ba193b314.tar.bz2 linux-9705710e40b9e5acaf003f90d6ed883ba193b314.zip |
kobject: Fix source code comment spelling
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |