summaryrefslogtreecommitdiffstats
path: root/src/build_test.cc
diff options
context:
space:
mode:
authorMarc-Antoine Ruel <maruel@gmail.com>2021-12-28 20:12:48 (GMT)
committerMarc-Antoine Ruel <maruel@gmail.com>2021-12-28 20:12:48 (GMT)
commit4f363609e04cf842930c2d5276f0ad93c2945e7b (patch)
treeea44bcc4e14267f230dbc34d5676d6a5afa1e134 /src/build_test.cc
parentf0e734cd30db752e401e76316b4e08b6a9b1abab (diff)
downloadNinja-4f363609e04cf842930c2d5276f0ad93c2945e7b.zip
Ninja-4f363609e04cf842930c2d5276f0ad93c2945e7b.tar.gz
Ninja-4f363609e04cf842930c2d5276f0ad93c2945e7b.tar.bz2
Fix two typos
One in ninja_test usage text, the other in a unit test comment.
Diffstat (limited to 'src/build_test.cc')
-rw-r--r--src/build_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_test.cc b/src/build_test.cc
index 326a7d6..4ef62b2 100644
--- a/src/build_test.cc
+++ b/src/build_test.cc
@@ -2355,7 +2355,7 @@ struct BuildWithDepsLogTest : public BuildTest {
void* builder_;
};
-/// Run a straightforwad build where the deps log is used.
+/// Run a straightforward build where the deps log is used.
TEST_F(BuildWithDepsLogTest, Straightforward) {
string err;
// Note: in1 was created by the superclass SetUp().