fix typos

This commit is contained in:
Krystian Kuzniarek
2019-07-26 11:48:08 +02:00
parent 2134e3fd85
commit bf6df7eaee
42 changed files with 228 additions and 228 deletions

View File

@@ -116,7 +116,7 @@ void Check(bool condition, const char* msg) {
}
}
// Runs the tests. Return true iff successful.
// Runs the tests. Return true if successful.
//
// The 'failure' parameter specifies the type of failure that should
// be generated by the global set-up.