aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
//