Skip to content

Commit 6c64b55

Browse files
FuzzTest Teamcopybara-github
authored andcommitted
No public description
PiperOrigin-RevId: 772611154
1 parent 4dda385 commit 6c64b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fuzztest/internal/runtime.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ namespace internal {
6565
class FuzzTestFuzzer {
6666
public:
6767
virtual ~FuzzTestFuzzer() = default;
68-
// Returns ture if no error were detected by the FuzzTest, false otherwise.
68+
// Returns true if no error were detected by the FuzzTest, false otherwise.
6969
virtual bool RunInUnitTestMode(const Configuration& configuration) = 0;
70-
// Returns ture if no error were detected by the FuzzTest, false otherwise.
70+
// Returns true if no error were detected by the FuzzTest, false otherwise.
7171
virtual bool RunInFuzzingMode(int* argc, char*** argv,
7272
const Configuration& configuration) = 0;
7373
};

0 commit comments

Comments
 (0)