diff options
Diffstat (limited to 'fs/ocfs2/cluster/tcp_internal.h')
| -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 96fa7ebc530..15fdbdf9eb4 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;  |