Skip to content

Commit

Permalink
Merge pull request cameron314#31 from Cleroth/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
cameron314 committed May 12, 2016
2 parents 4b1d346 + 73f95dc commit 082f486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This mini-repository has my very own implementation of a lock-free queue (that I
It only supports a two-thread use case (one consuming, and one producing). The threads can't switch roles, though
you could use this queue completely from a single thread if you wish (but that would sort of defeat the purpose!).

Note: If you need a general purpse multi-producer, multi-consumer lock free queue, I have [one of those too][mpmc].
Note: If you need a general-purpose multi-producer, multi-consumer lock free queue, I have [one of those too][mpmc].


## Features
Expand Down

0 comments on commit 082f486

Please sign in to comment.