C++: Fix grammar in comment

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Simon Friis Vindum
2026-03-20 09:19:59 +01:00
committed by GitHub
parent 4c525ce7ab
commit bc518c08c7

View File

@@ -7,7 +7,7 @@ module CallTargetStats implements StatsSig {
}
// We assume that calls with an implicit target are calls that could not be
// 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
// for calls that deliberately rely on implicitly declared functions.
private predicate hasImplicitTarget(RelevantCall call) {
call.getTarget().getADeclarationEntry().isImplicit()