Skip to content

Commit ae84d13

Browse files
authored
Merge pull request #4565 from MathiasVP/instruction-tag-for-this-addr-and-load-fix
C++: Fix spelling in getInstructionTagId
2 parents 59d9be4 + 614e2ba commit ae84d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionTag.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ string getInstructionTagId(TInstructionTag tag) {
218218
or
219219
tag = DynamicInitializationFlagStoreTag() and result = "DynInitFlagStore"
220220
or
221-
tag = ThisAddressTag() and result = "ThisAddres"
221+
tag = ThisAddressTag() and result = "ThisAddress"
222222
or
223223
tag = ThisLoadTag() and result = "ThisLoad"
224224
}

0 commit comments

Comments
 (0)