diff options
Diffstat (limited to 'common/lazy-ptr/test.hxx')
-rw-r--r-- | common/lazy-ptr/test.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 4aa8b3a..242d925 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -19,7 +19,7 @@ #include <odb/tr1/lazy-ptr.hxx> #endif -// Naked pointer. +// Raw pointer. // using odb::lazy_ptr; class obj1; |