aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/inverse/driver.cxx2
-rw-r--r--common/lazy-ptr/driver.cxx2
-rw-r--r--common/lazy-ptr/test.hxx2
-rw-r--r--common/relationship/test.hxx2
4 files changed, 4 insertions, 4 deletions
diff --git a/common/inverse/driver.cxx b/common/inverse/driver.cxx
index 722e4e7..34c9258 100644
--- a/common/inverse/driver.cxx
+++ b/common/inverse/driver.cxx
@@ -29,7 +29,7 @@ main (int argc, char* argv[])
{
auto_ptr<database> db (create_database (argc, argv));
- // Naked pointer version.
+ // Raw pointer version.
//
{
obj1_ptr o1_1 (new obj1);
diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx
index eceb515..712cbdf 100644
--- a/common/lazy-ptr/driver.cxx
+++ b/common/lazy-ptr/driver.cxx
@@ -42,7 +42,7 @@ main (int argc, char* argv[])
{
auto_ptr<database> db (create_database (argc, argv));
- // Naked.
+ // Raw.
//
{
typedef cont1 cont;
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;
diff --git a/common/relationship/test.hxx b/common/relationship/test.hxx
index 8305de4..cafdc99 100644
--- a/common/relationship/test.hxx
+++ b/common/relationship/test.hxx
@@ -15,7 +15,7 @@
#include <odb/core.hxx>
-// Naked pointer.
+// Raw pointer.
//
#pragma db object pointer(obj1*)
struct obj1