summaryrefslogtreecommitdiff
path: root/include/o3tl/heap_ptr.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl/heap_ptr.hxx')
-rw-r--r--include/o3tl/heap_ptr.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/heap_ptr.hxx b/include/o3tl/heap_ptr.hxx
index d094c253f744..c0b13e11432d 100644
--- a/include/o3tl/heap_ptr.hxx
+++ b/include/o3tl/heap_ptr.hxx
@@ -34,7 +34,7 @@ namespace o3tl
-------------
heap_ptr<> can be used for class members on the heap.
- One cannot forget to delete them in the destructor.
- - Constness will be transfered from the owning instance.
+ - Constness will be transferred from the owning instance.
heap_ptr<> can also be used as smart pointer in function bodies to
ensure exception safety.