Merge pull request #1176 from aninf-wo/hethi/typo

fix small typo in comment
This commit is contained in:
Gennadiy Civil 2017-08-07 13:33:09 -04:00 committed by GitHub
commit eb261b4dce

View File

@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes. // accessed from sub-classes.
// virtual void SetUp() will be called before each test is run. You // virtual void SetUp() will be called before each test is run. You
// should define it if you need to initialize the varaibles. // should define it if you need to initialize the variables.
// Otherwise, this can be skipped. // Otherwise, this can be skipped.
virtual void SetUp() { virtual void SetUp() {
q1_.Enqueue(1); q1_.Enqueue(1);