summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-02-15 00:05:01 +0100
committerJiri Kosina <jkosina@suse.cz>2011-02-15 10:24:53 +0100
commit46a1ca7068c4dc278ebefd573f571f5e503ce6fc (patch)
treef0997b58ff644c1fa812719042a3fe65b4d62076 /drivers/tty/hvc
parent0a9d59a2461477bd9ed143c01af9df3f8f00fa81 (diff)
downloadop-kernel-dev-46a1ca7068c4dc278ebefd573f571f5e503ce6fc.zip
op-kernel-dev-46a1ca7068c4dc278ebefd573f571f5e503ce6fc.tar.gz
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>
Diffstat (limited to 'drivers/tty/hvc')
-rw-r--r--drivers/tty/hvc/hvcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvcs.c b/drivers/tty/hvc/hvcs.c
index bedc6c1..af4e650 100644
--- a/drivers/tty/hvc/hvcs.c
+++ b/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 */
OpenPOWER on IntegriCloud