Merge pull request #152 from aluaces/spelling2

Some spelling fixes in comments.
This commit is contained in:
OpenSceneGraph git repository
2016-10-07 17:05:58 +01:00
committed by GitHub
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
};