diff options
author | Nikanth Karthikesan <knikanth@suse.de> | 2010-09-20 11:44:00 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-09-21 17:04:50 +0200 |
commit | 817f2c842d6c38acfd58d20d29ba583ec467ae35 (patch) | |
tree | f1afe7175e0a2b3ecf465f26804ad8c3f6f7d263 /fs/ocfs2 | |
parent | 0bc79f7f58f5d0670c776818e38f482555bc27ae (diff) | |
download | talos-obmc-linux-817f2c842d6c38acfd58d20d29ba583ec467ae35.tar.gz talos-obmc-linux-817f2c842d6c38acfd58d20d29ba583ec467ae35.zip |
Fix various typos of valid in comments
Fix various typos of valid.
Signed-off-by: Nikanth Karthikesan <knikanth@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/cluster/tcp_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/tcp_internal.h b/fs/ocfs2/cluster/tcp_internal.h index 96fa7ebc530c..15fdbdf9eb4b 100644 --- a/fs/ocfs2/cluster/tcp_internal.h +++ b/fs/ocfs2/cluster/tcp_internal.h @@ -129,7 +129,7 @@ struct o2net_node { struct o2net_sock_container { struct kref sc_kref; - /* the next two are vaild for the life time of the sc */ + /* the next two are valid for the life time of the sc */ struct socket *sc_sock; struct o2nm_node *sc_node; |