aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/traits.hxx
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-09-27 17:29:07 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-09-27 17:29:07 +0200
commit1c8492ba434b649bdff0f1a01299f7ad7af1e2d4 (patch)
tree7ebd7732903599691a6f2f09b08d48a7b3d3a8a2 /odb/oracle/traits.hxx
parentdf2082d9921d8c8f6d61fd3482cef683f914e4d3 (diff)
Correct comment
Diffstat (limited to 'odb/oracle/traits.hxx')
-rw-r--r--odb/oracle/traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx
index 1898833..6b42da7 100644
--- a/odb/oracle/traits.hxx
+++ b/odb/oracle/traits.hxx
@@ -609,7 +609,7 @@ namespace odb
//
// Specialization for const char* which only supports initialization
// of an image from the value but not the other way around. This way
- // we can such values to the queries.
+ // we can pass such values to the queries.
//
class c_string_lob_value_traits
{