From cc49982d94882cf6733708b3288a230a9809a473 Mon Sep 17 00:00:00 2001 From: Dave Young Date: Mon, 28 Jan 2008 16:58:00 +0800 Subject: [PATCH] --- yaml --- r: 82621 b: refs/heads/master c: f70701a34e217fd5f4f180f7bf4bb5c137d76e8a h: refs/heads/master i: 82619: 91f0fa140a97b93ba227cadcdf712e027d26df02 v: v3 --- [refs] | 2 +- trunk/lib/kobject.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.