From 12e0d4df46623a2947cd301d11519d16e3e2b4f7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 15 Sep 2013 14:26:29 +0200 Subject: Cosmetic change --- odb/wrapper-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb') 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 -- cgit v1.1