Adding missing colon
authorAdvenam Tacet <advenam.tacet@trailofbits.com>
Fri, 20 Jan 2023 04:52:18 +0000 (20:52 -0800)
committerVitaly Buka <vitalybuka@google.com>
Fri, 20 Jan 2023 04:57:12 +0000 (20:57 -0800)
commit6c485409de521565aeac427cf614158b86cc7fea
treed0d3be3a9996c21e04a5d192b95bbca528320d8a
parent9c2cfaaada66f323d10e25ac961ce1524d7b5f1f
Adding missing colon

Simple typo fix.
The absence of this colon may be confusing and result in misinterpretation of the result.

In normal libfuzzer mode, that colon is present.

You can compare with:
https://github.com/llvm/llvm-project/blob/aa0e9046c16bf27a8affbd903e2e3cad924a5217/compiler-rt/lib/fuzzer/FuzzerLoop.cpp#L356

Reviewed By: #sanitizers, vitalybuka

Differential Revision: https://reviews.llvm.org/D142171
compiler-rt/lib/fuzzer/FuzzerFork.cpp