aboutsummaryrefslogtreecommitdiff
path: root/odb/session.txx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/session.txx')
-rw-r--r--odb/session.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/session.txx b/odb/session.txx
index 553e51a..2a50005 100644
--- a/odb/session.txx
+++ b/odb/session.txx
@@ -28,7 +28,7 @@ namespace odb
std::pair<typename object_map<T>::iterator, bool> r (om.insert (vt));
// In what situation may we possibly attempt to reinsert the object?
- // For example, when the user loads the same object in to different
+ // For example, when the user loads the same object in two different
// instances (i.e., load into a pre-allocated object). In this case
// we should probably update our entries accordingly.
//