Some spelling fixes in comments.

This commit is contained in:
Alberto Luaces
2016-10-05 18:10:46 +02:00
parent 48dbd61632
commit 7f3c92f492
22 changed files with 33 additions and 33 deletions

View File

@@ -41,7 +41,7 @@ private:
volatile int cnt; // number of waiting threads
volatile int phase; // flag to seperate two barriers
volatile int phase; // flag to separate two barriers
};