Adding OpenSSLPtrTypes.h.
[folly.git] / folly / docs / AtomicHashMap.md
index 6c5f2546734172c81cde30522409bb1472a3417f..978df241d636b89af8a5bab9473048e41c7656fa 100644 (file)
@@ -26,7 +26,7 @@ compare-and-swap'ed.
 the approximate number of elements you'll be inserting into the map, you
 probably shouldn't use this class.
 
-* Must manage syncronization externally in order to modify values in the map
+* Must manage synchronization externally in order to modify values in the map
 after insertion.  Lock pools are a common way to do this, or you may
 consider using `folly::PackedSyncPtr<T>` as your `ValueT`.