From 61a53fadc0b78352a7c45e5925488a67bc202931 Mon Sep 17 00:00:00 2001 From: Mathias Vorreiter Pedersen Date: Thu, 29 Jan 2026 11:50:44 +0000 Subject: [PATCH] C++: Fix spelling. --- cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll index 64840c84c78..80b440fff22 100644 --- a/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll +++ b/cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImpl.qll @@ -16,7 +16,7 @@ import SsaImplCommon private module SourceVariables { /** - * Holds if `store` is the `StoreInstruction` generated by n postfix + * Holds if `store` is the `StoreInstruction` generated by a postfix * increment or decrement operation `e`, and `postCrement` is the operand * that represents the use of the evaluated value of `e`. */