| Index: tools/gn/builder_unittest.cc
|
| diff --git a/tools/gn/builder_unittest.cc b/tools/gn/builder_unittest.cc
|
| index ffd1a9dcf6899eb9744c591f5eb68518ab2db6a9..85830c69309272df4f97a4c2d846d50a0c4a293c 100644
|
| --- a/tools/gn/builder_unittest.cc
|
| +++ b/tools/gn/builder_unittest.cc
|
| @@ -174,7 +174,7 @@ TEST_F(BuilderTest, BasicDeps) {
|
| EXPECT_TRUE(c_record->waiting_on_resolution().empty());
|
| }
|
|
|
| -// Tests that the should generate bit is set and propogated properly.
|
| +// Tests that the "should generate" flag is set and propagated properly.
|
| TEST_F(BuilderTest, ShouldGenerate) {
|
| DefineToolchain();
|
|
|
|
|