Skip to content

Commit 8691075

Browse files
MathiasVPCopilot
andauthored
Update cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll
Co-authored-by: Copilot <[email protected]>
1 parent 5a91aa2 commit 8691075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaInternals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ class ExplicitDefinition extends Definition, SsaImpl::WriteDefinition {
12141214
* 2. A `DirectExplicitDefinition` at (2) which writes `&x` to the SSA variable
12151215
* corresponding to `p`.
12161216
* 3. A `IndirectExplicitDefinition` at (2) which writes `*&x` (i.e., `x`) to
1217-
* the SSA vairable corresponding to `*p`.
1217+
* the SSA variable corresponding to `*p`.
12181218
*/
12191219
class IndirectExplicitDefinition extends ExplicitDefinition {
12201220
IndirectExplicitDefinition() { this.getIndirectionIndex() > 0 }

0 commit comments

Comments
 (0)