aboutsummaryrefslogtreecommitdiff
path: root/odb/session.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-04-23 16:48:00 +0200
commit1896d36996ab48ed7271e855d7e32b4e61f64896 (patch)
tree6d085eb0349d23bc26fe101b2451235939f17d40 /odb/session.txx
parentc2be6303f97e470960ee77805128c46d3ea5c102 (diff)
Polymorphic inheritance support
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.
//