From 8f543bc9fa3c0b3c201b58278feb23ce6301fa01 Mon Sep 17 00:00:00 2001
From: Alberto Bertogli <albertito@blitiri.com.ar>
Date: Sun, 16 Aug 2009 20:52:16 -0300
Subject: [PATCH 03/14] libjio.h: Minor documentation fixes

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

diff --git a/libjio/libjio.h b/libjio/libjio.h
index 0476c6e..446b81a 100644
--- a/libjio/libjio.h
+++ b/libjio/libjio.h
@@ -156,7 +156,7 @@ jtrans_t *jtrans_new(jfs_t *fs, unsigned int flags);
  * The file will not be touched (not even locked) until commit time, where the
  * first count bytes of buf will be written at offset.
  *
- * Transactions will be applied in order, and overlapping operations are
+ * Operations will be applied in order, and overlapping operations are
  * permitted, in which case the latest one will prevail.
  *
  * The buffer will be copied internally and can be free()d right after this
@@ -183,7 +183,7 @@ int jtrans_add_w(jtrans_t *ts, const void *buf, size_t count, off_t offset);
  * amount of bytes, the commit will fail, so do not attempt to read beyond EOF
  * (you can use jread() for that purpose).
  *
- * Transactions will be applied in order, and overlapping operations are
+ * Operations will be applied in order, and overlapping operations are
  * permitted, in which case the latest one will prevail.
  *
  * In case of an error in jtrans_commit(), the contents of the buffer are
-- 
1.6.2.2.646.gb214

