Skip to content

Commit 58550e9

Browse files
committed
Improve comment
1 parent 46e90e5 commit 58550e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/include/clang/Basic/CodeGenOptions.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -384,9 +384,9 @@ class CodeGenOptions : public CodeGenOptionsBase {
384384
/// the expense of debuggability).
385385
SanitizerSet SanitizeMergeHandlers;
386386

387-
/// Set of thresholds: the top hottest code responsible for the given
388-
/// fraction of PGO counters will be excluded from sanitization
389-
/// (0.0 [default] = skip none, 1.0 = skip all).
387+
/// Set of thresholds in a range [0.0, 1.0]: the top hottest code responsible
388+
/// for the given fraction of PGO counters will be excluded from sanitization
389+
/// (0.0 [default] to skip none, 1.0 to skip all).
390390
SanitizerMaskCutoffs NoSanitizeTopHotCutoffs;
391391

392392
/// List of backend command-line options for -fembed-bitcode.

0 commit comments

Comments
 (0)