diff options
-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 { |