summaryrefslogtreecommitdiff
path: root/include/o3tl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
committerJulien Nabet <serval2412@yahoo.fr>2015-01-24 18:53:37 +0100
commit58702f9a3c1435dc082f9aceea00f8804de34ff6 (patch)
tree0b957c9686646a8731fa4d9314cb66e21eb415fe /include/o3tl
parentc2972964dcca294048888c7edd0400c49d1a9a2f (diff)
Typo: syncro->synchro
Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5
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