ocfs2: delete repeated words in comments
[sfrench/cifs-2.6.git] / fs / ocfs2 / alloc.c
index 4c1b90442d6f92043a303c09249b2e0c7bf6beea..32317ffb9e5cb73cdcb3a4e5ed3aa7bf30ac5f1f 100644 (file)
@@ -6013,7 +6013,7 @@ int __ocfs2_flush_truncate_log(struct ocfs2_super *osb)
                goto out;
        }
 
-       /* Appending truncate log(TA) and and flushing truncate log(TF) are
+       /* Appending truncate log(TA) and flushing truncate log(TF) are
         * two separated transactions. They can be both committed but not
         * checkpointed. If crash occurs then, both two transaction will be
         * replayed with several already released to global bitmap clusters.