From a6b69402e36857faca266e0dff329ea61e23d4ca Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 12 Jul 2009 15:09:22 -0300
Subject: [PATCH 22/74] Fix minor typo in journal.c

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
---
 libjio/journal.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libjio/journal.c b/libjio/journal.c
index 589e8f1..353d848 100644
--- a/libjio/journal.c
+++ b/libjio/journal.c
@@ -328,7 +328,7 @@ int journal_commit(struct journal_op *jop)
 	struct on_disk_ophdr ophdr;
 	struct on_disk_trailer trailer;
 
-	/* write the the empty ophdr to mark there are no more operations, and
+	/* write the empty ophdr to mark there are no more operations, and
 	 * then the trailer */
 	ophdr.len = 0;
 	ophdr.offset = 0;
-- 
1.6.2.2.646.gb214


