We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c525ce commit bc518c0Copy full SHA for bc518c0
cpp/ql/src/Telemetry/DatabaseQuality.qll
@@ -7,7 +7,7 @@ module CallTargetStats implements StatsSig {
7
}
8
9
// We assume that calls with an implicit target are calls that could not be
10
- // resolved. This is accurate in the vast amount of cases, but is inaccurate
+ // resolved. This is accurate in the vast majority of cases, but is inaccurate
11
// for calls that deliberately rely on implicitly declared functions.
12
private predicate hasImplicitTarget(RelevantCall call) {
13
call.getTarget().getADeclarationEntry().isImplicit()
0 commit comments