summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
Diffstat (limited to 'include/o3tl')
-rw-r--r--include/o3tl/cow_wrapper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/cow_wrapper.hxx b/include/o3tl/cow_wrapper.hxx
index b54f99d0f190..7f11c55c136e 100644
--- a/include/o3tl/cow_wrapper.hxx
+++ b/include/o3tl/cow_wrapper.hxx
@@ -83,7 +83,7 @@ namespace o3tl
Regarding thread safety: this wrapper is <em>not</em>
thread-safe per se, because cow_wrapper has no way of
- syncronizing the potentially many different cow_wrapper
+ synchronizing the potentially many different cow_wrapper
instances, that reference a single shared value_type
instance. That said, when passing
<code>ThreadSafeRefCountingPolicy</code> as the