Merge pull request #4565 from MathiasVP/instruction-tag-for-this-addr-and-load-fix

C++: Fix spelling in getInstructionTagId
This commit is contained in:
Geoffrey White
2020-10-28 16:53:55 +00:00
committed by GitHub

View File

@@ -218,7 +218,7 @@ string getInstructionTagId(TInstructionTag tag) {
or
tag = DynamicInitializationFlagStoreTag() and result = "DynInitFlagStore"
or
tag = ThisAddressTag() and result = "ThisAddres"
tag = ThisAddressTag() and result = "ThisAddress"
or
tag = ThisLoadTag() and result = "ThisLoad"
}