diff --git a/[refs] b/[refs] index 42984c8dc4d4..cb0a1edf9cd4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: dfacd68e495bb324ad6e92f4dfcf479dd447c8d3 +refs/heads/master: f70701a34e217fd5f4f180f7bf4bb5c137d76e8a diff --git a/trunk/lib/kobject.c b/trunk/lib/kobject.c index 1d63ead1815e..d784daeb8571 100644 --- a/trunk/lib/kobject.c +++ b/trunk/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.