Skip to content

Commit 614e2ba

Browse files
committed
C++: Fix spelling
1 parent 02ca8fe commit 614e2ba

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)