From 1f3a8319ed4e607032bde23d773b00bcb62f41c1 Mon Sep 17 00:00:00 2001 From: Tom Hvitved Date: Mon, 4 May 2026 09:41:00 +0200 Subject: [PATCH] Update csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll index 9f0ca12888f..e248cf1c7e9 100644 --- a/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll +++ b/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImpl.qll @@ -1019,7 +1019,7 @@ private module DataFlowIntegrationInput implements Impl::DataFlowIntegrationInpu } /** - * Allows for flow into uncertain defintions that are not call definitions, + * Allows for flow into uncertain definitions that are not call definitions, * as we, conservatively, consider such definitions to be certain. */ predicate allowFlowIntoUncertainDef(Impl::UncertainWriteDefinition def) {