Skip to content

Commit bc518c0

Browse files
paldepindCopilot
andauthored
C++: Fix grammar in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4c525ce commit bc518c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Telemetry/DatabaseQuality.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module CallTargetStats implements StatsSig {
77
}
88

99
// 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
10+
// resolved. This is accurate in the vast majority of cases, but is inaccurate
1111
// for calls that deliberately rely on implicitly declared functions.
1212
private predicate hasImplicitTarget(RelevantCall call) {
1313
call.getTarget().getADeclarationEntry().isImplicit()

0 commit comments

Comments
 (0)