aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-01-17 10:45:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-01-17 10:45:16 +0200
commit63140494efedac10cf825d484ecaba5829f1ea49 (patch)
tree726848eb59c9f8e04b32afd074f6fe6ba61974b7 /odb
parente3dafcdf8b43880c6a1e0451c8ee621f7c3cb954 (diff)
Cosmetic change
Diffstat (limited to 'odb')
-rw-r--r--odb/polymorphic-object-result.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/polymorphic-object-result.hxx b/odb/polymorphic-object-result.hxx
index b64812d..3bf340c 100644
--- a/odb/polymorphic-object-result.hxx
+++ b/odb/polymorphic-object-result.hxx
@@ -98,7 +98,7 @@ namespace odb
// The load() signature differs from the non-polymorphic cases in
// that we pass a pointer to object instead of a reference. The
// object is only passed if the user requests loading into an
- // existing instance. Otherwise, we pass NULL an load() is
+ // existing instance. Otherwise, we pass NULL and load() is
// responsible for creating the object of a correct dynamic
// type and managing the object cache insertion.
//