Skip to content

Commit 9e1ea01

Browse files
author
Dave Bartolomeo
authored
Fix typo
1 parent 52b1644 commit 9e1ea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/implementation/aliased_ssa/internal/AliasConfiguration.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class DynamicAllocation extends Allocation, TDynamicAllocation {
105105
DynamicAllocation() { this = TDynamicAllocation(call) }
106106

107107
final override string toString() {
108-
result = call.toString() + " at " + call.getLocation() // This isn't performant, but it's only used in test/dump code right not
108+
result = call.toString() + " at " + call.getLocation() // This isn't performant, but it's only used in test/dump code right now.
109109
}
110110

111111
final override CallInstruction getABaseInstruction() { result = call }

0 commit comments

Comments
 (0)