hvcs: fix typo in comment
authorPaul Bolle <pebolle@tiscali.nl>
Mon, 14 Feb 2011 23:05:01 +0000 (00:05 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 15 Feb 2011 09:24:53 +0000 (10:24 +0100)
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/tty/hvc/hvcs.c

index bedc6c1..af4e650 100644 (file)
@@ -292,7 +292,7 @@ struct hvcs_struct {
        /*
         * Any variable below the kref is valid before a tty is connected and
         * stays valid after the tty is disconnected.  These shouldn't be
-        * whacked until the koject refcount reaches zero though some entries
+        * whacked until the kobject refcount reaches zero though some entries
         * may be changed via sysfs initiatives.
         */
        struct kref kref; /* ref count & hvcs_struct lifetime */