X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fkobject.c;h=d784daeb8571692e0fed288f17df60651a04366c;hb=2e6c4e5101633a54aeee1f2e83020ee77fcb70d2;hp=1d63ead1815e4f5cb8aae5ea2d86a1541eed23a2;hpb=e374a2bfebf359f846216336de91670be40499da;p=linux-2.6 diff --git a/lib/kobject.c b/lib/kobject.c index 1d63ead181..d784daeb85 100644 --- a/lib/kobject.c +++ b/lib/kobject.c @@ -637,7 +637,7 @@ struct kobject *kobject_create(void) * @name: the name for the kset * @parent: the parent kobject of this kobject, if any. * - * This function creates a kset structure dynamically and registers it + * This function creates a kobject structure dynamically and registers it * with sysfs. When you are finished with this structure, call * kobject_put() and the structure will be dynamically freed when * it is no longer being used.