aboutsummaryrefslogtreecommitdiff
path: root/common/lazy-ptr/test.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-12-09 12:00:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-12-09 12:00:24 +0200
commit938e8f4d3137018b97c26ca0dc3429c8e824358b (patch)
treed85c6515dbfe00f55a5491ed406d0976b9b0b44c /common/lazy-ptr/test.hxx
parent68ca8ec3227d447c6898b7c75d8ea0fb82a4af36 (diff)
Cosmetic change (rename naked pointer to raw pointer)
Diffstat (limited to 'common/lazy-ptr/test.hxx')
-rw-r--r--common/lazy-ptr/test.hxx2
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;