From 58702f9a3c1435dc082f9aceea00f8804de34ff6 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 24 Jan 2015 18:53:37 +0100 Subject: Typo: syncro->synchro Change-Id: I0a377f3686e0f8d8f576aacbee49a392b039d3a5 --- include/o3tl/cow_wrapper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/o3tl') 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 not 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 ThreadSafeRefCountingPolicy as the -- cgit