Bläddra i källkod

hvcs: fix typo in comment

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Reviewed-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Paul Bolle 14 år sedan
förälder
incheckning
46a1ca7068
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      drivers/tty/hvc/hvcs.c

+ 1 - 1
drivers/tty/hvc/hvcs.c

@@ -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 */