We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dda385 commit 6c64b55Copy full SHA for 6c64b55
fuzztest/internal/runtime.h
@@ -65,9 +65,9 @@ namespace internal {
65
class FuzzTestFuzzer {
66
public:
67
virtual ~FuzzTestFuzzer() = default;
68
- // Returns ture if no error were detected by the FuzzTest, false otherwise.
+ // Returns true if no error were detected by the FuzzTest, false otherwise.
69
virtual bool RunInUnitTestMode(const Configuration& configuration) = 0;
70
71
virtual bool RunInFuzzingMode(int* argc, char*** argv,
72
const Configuration& configuration) = 0;
73
};
0 commit comments