diff --git a/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch b/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
index dc30b62246035228980e3cf85718d1efc7f9dc19..0276d5935b0c9fdfbb37b2d6113b2c1ab1332c1a 100644
--- a/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
+++ b/lustre/kernel_patches/patches/jbd-jcberr-2.6.18-vanilla.patch
@@ -124,7 +124,7 @@ Index: linux-2.6/fs/jbd/commit.c
 +	 *
 +	 * Locking not strictly required, since this is the only process
 +	 * touching this transaction anymore, but is done to keep code
-+	 * checkers happy and has no contention in any case. */
++	 * checkers happy and has no contention in any case.
 +	 */
 +	spin_lock(&commit_transaction->t_jcb_lock);
 +	if (!list_empty(&commit_transaction->t_jcb)) {