aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-15 14:26:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-15 14:26:29 +0200
commit12e0d4df46623a2947cd301d11519d16e3e2b4f7 (patch)
tree849f34653c1441ec8ac4be21b966e6e9fd1ac552
parenta051c451c178152dc0b37bf955bf60022d226843 (diff)
Cosmetic change
-rw-r--r--odb/wrapper-traits.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/wrapper-traits.hxx b/odb/wrapper-traits.hxx
index f3e0e71..8192eba 100644
--- a/odb/wrapper-traits.hxx
+++ b/odb/wrapper-traits.hxx
@@ -22,7 +22,7 @@ namespace odb
// Sample specialization for raw pointers. It is not enabled by default
// since it makes many assumptions that may not always hold true (such
// as that instances are allocated with new and freed with delete).
- // This makes it too dangerous to be enable unconditionally. If you
+ // This makes it too dangerous to be enabled unconditionally. If you
// need this functionality, you can copy the below code into your
// application. Also consider changing it to only specialize for
// specific types instead of for any pointer (it will almost always