ocfs2: fix a comments typo at o2quo_hb_still_up()
authorJie Liu <[email protected]>
Wed, 3 Jul 2013 22:01:07 +0000 (15:01 -0700)
committerLinus Torvalds <[email protected]>
Wed, 3 Jul 2013 23:07:24 +0000 (16:07 -0700)
Fix a comment typo in o2quo_hb_still_up()

Signed-off-by: Jie Liu <[email protected]>
Cc: Gurudas Pai <[email protected]>
Cc: Joel Becker <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Noboru Iwamatsu <[email protected]>
Cc: Srinivas Eeeda <[email protected]>
Cc: Sunil Mushran <[email protected]>
Cc: Tao Ma <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/ocfs2/cluster/quorum.c

index c19897d0fe142a5a9926da9552572daf78982938..1ec141e758d73497288f35a13f4e7a965f381a30 100644 (file)
@@ -264,7 +264,7 @@ void o2quo_hb_still_up(u8 node)
 /* This is analogous to hb_up.  as a node's connection comes up we delay the
  * quorum decision until we see it heartbeating.  the hold will be droped in
  * hb_up or hb_down.  it might be perpetuated by con_err until hb_down.  if
- * it's already heartbeating we we might be dropping a hold that conn_up got.
+ * it's already heartbeating we might be dropping a hold that conn_up got.
  * */
 void o2quo_conn_up(u8 node)
 {