We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59d9be4 + 614e2ba commit ae84d13Copy full SHA for ae84d13
cpp/ql/src/semmle/code/cpp/ir/implementation/raw/internal/InstructionTag.qll
@@ -218,7 +218,7 @@ string getInstructionTagId(TInstructionTag tag) {
218
or
219
tag = DynamicInitializationFlagStoreTag() and result = "DynInitFlagStore"
220
221
- tag = ThisAddressTag() and result = "ThisAddres"
+ tag = ThisAddressTag() and result = "ThisAddress"
222
223
tag = ThisLoadTag() and result = "ThisLoad"
224
}
0 commit comments