diff options
Diffstat (limited to 'src/misc')
-rw-r--r-- | src/misc/autocopyptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/autocopyptr.hpp b/src/misc/autocopyptr.hpp index fb6bfa028..b5ca6ddd1 100644 --- a/src/misc/autocopyptr.hpp +++ b/src/misc/autocopyptr.hpp @@ -8,7 +8,7 @@ * It is non-invasive smart pointer (reference counter is held outside * of Tdata). * When copied, its new copy shares the same underlaying structure Tdata. - * When dereferenced, its behavior depends on 2 factors: + * When dereferenced, its behaviour depends on 2 factors: * - whether the data is shared (used by more than one pointer) * - type of access (read/write) * When shared pointer is dereferenced for write, new clone of Tdata |