diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-07 17:39:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-01-07 17:39:23 +0200 |
commit | fad90d1a9c1498e5cf749022a07d1830005e4594 (patch) | |
tree | bb2d8c2ebfd7b13581315a3cc47c6627deb886d6 | |
parent | e06e7932c8e57d2231a1a4dbb66b9843915c174e (diff) |
Cosmetic changes
-rw-r--r-- | odb/pointer-traits.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pointer-traits.hxx b/odb/pointer-traits.hxx index 8f40197..22fb0bc 100644 --- a/odb/pointer-traits.hxx +++ b/odb/pointer-traits.hxx @@ -18,7 +18,7 @@ namespace odb { pk_raw, // Raw pointer or equivalent (i.e., unmanaged). pk_unique, // Smart pointer that doesn't support sharing. - pk_shared, // Smart pointer that support sharing. + pk_shared, // Smart pointer that supports sharing. pk_weak // Weak counterpart for shared pointer. }; |