diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-17 10:45:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-01-17 10:45:16 +0200 |
commit | 63140494efedac10cf825d484ecaba5829f1ea49 (patch) | |
tree | 726848eb59c9f8e04b32afd074f6fe6ba61974b7 | |
parent | e3dafcdf8b43880c6a1e0451c8ee621f7c3cb954 (diff) |
Cosmetic change
-rw-r--r-- | odb/polymorphic-object-result.hxx | 2 |
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. // |