From f14c0baad83f5c577b14721d6b037bd25e2bb88c Mon Sep 17 00:00:00 2001
From: Constantin Michael <constantin@codesynthesis.com>
Date: Fri, 23 Sep 2011 11:07:23 +0200
Subject: Correct comment

---
 odb/oracle/statement.cxx | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/odb/oracle/statement.cxx b/odb/oracle/statement.cxx
index 4107b2f..789bb27 100644
--- a/odb/oracle/statement.cxx
+++ b/odb/oracle/statement.cxx
@@ -240,10 +240,10 @@ namespace odb
 
           ub1 piece (OCI_FIRST_PIECE);
 
-          // Setting the value pointed to by the byte_amt argument on the first
-          // call to OCILobRead2 instructs OCI to remain in a polling state
-          // until the EOF is reached, at which point OCILobRead2 will return
-          // OCI_SUCCESS.
+          // Setting the value pointed to by the byte_amt argument to 0 on the
+          // first call to OCILobRead2 instructs OCI to remain in a polling
+          // state until the EOF is reached, at which point OCILobRead2 will
+          // return OCI_SUCCESS.
           //
           ub8 read (0);
 
-- 
cgit v1.1