"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "25fcef27e1409ca940c5e7750e383a53f29ed41f"
Commit 212f4d79 authored by Herbert Thielen's avatar Herbert Thielen
Browse files

fix small typo in comment

parent ca102b1f
...@@ -72,7 +72,7 @@ class QueueTest : public testing::Test { ...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment