git » libjio » commit a6b6940

Fix minor typo in journal.c

author Alberto Bertogli
2009-07-12 18:09:22 UTC
committer Alberto Bertogli
2009-07-12 18:09:22 UTC
parent 553dead5d3ff6e1cc334e76aad6eb416ee001581

Fix minor typo in journal.c

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>

libjio/journal.c +1 -1

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;