diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-09-27 17:29:07 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-09-27 17:29:07 +0200 |
commit | 1c8492ba434b649bdff0f1a01299f7ad7af1e2d4 (patch) | |
tree | 7ebd7732903599691a6f2f09b08d48a7b3d3a8a2 | |
parent | df2082d9921d8c8f6d61fd3482cef683f914e4d3 (diff) |
Correct comment
-rw-r--r-- | odb/oracle/traits.hxx | 2 |
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 { |