C++: Fix spelling

This commit is contained in:
Mathias Vorreiter Pedersen
2020-10-28 13:05:37 +01:00
parent 02ca8fe3b7
commit 614e2ba851

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"
}