fixed readme
authorkhizmax <khizmax@gmail.com>
Fri, 5 Dec 2014 15:00:15 +0000 (18:00 +0300)
committerkhizmax <khizmax@gmail.com>
Fri, 5 Dec 2014 15:00:15 +0000 (18:00 +0300)
readme.md

index 98dca249584c37f4e9433ff9353a0a36934c0b4e..238c37cacd434fe926a051cac3bad28a0e4d6040 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -9,8 +9,8 @@ CDS is mostly header-only template library. Only SMR core implementation is segr
 \r
 The library contains the implementations of the following containers:\r
   - [lock-free](http://en.wikipedia.org/wiki/Non-blocking_algorithm) stack with optional elimination support\r
-  - several algo for lock-free queue, including classic Michael & Scott algorithm and it's derivatives,\r
-    flat combining queue, segmented queue.\r
+  - several algo for lock-free queue, including classic Michael & Scott algorithm and its derivatives,\r
+    the flat combining queue, the segmented queue.\r
   - several implementation of unordered set/map - lock-free and fine-grained lock-based\r
   - lock-free [skip-list](http://en.wikipedia.org/wiki/Skip_list)\r
   \r