fix small typo in comment

This commit is contained in:
Herbert Thielen 2017-08-05 12:42:00 +02:00
parent 04e2d9246e
commit 8dd8fb0e4a

View File

@ -72,7 +72,7 @@ class QueueTest : public testing::Test {
// accessed from sub-classes.
// 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.
virtual void SetUp() {
q1_.Enqueue(1);