aboutsummaryrefslogtreecommitdiff
path: root/odb/result.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/result.hxx')
-rw-r--r--odb/result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/result.hxx b/odb/result.hxx
index 0ca7db1..96b50a9 100644
--- a/odb/result.hxx
+++ b/odb/result.hxx
@@ -55,7 +55,7 @@ namespace odb
return db_;
}
- // To make this work with all kinds of pointers (naked, std::auto_ptr,
+ // To make this work with all kinds of pointers (raw, std::auto_ptr,
// shared), we need to make sure we don't make any copies of the
// pointer on the return path.
//