C++: Fix spelling.

This commit is contained in:
Mathias Vorreiter Pedersen
2026-01-29 11:50:44 +00:00
parent 4503c625b4
commit 61a53fadc0

View File

@@ -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`.
*/