Skip to content

Commit 7fedac3

Browse files
committed
C++: Fix apparently noncritical typo.
1 parent 50194f3 commit 7fedac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/models/implementations/Deallocation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* for usage information.
55
*/
66

7-
import semmle.code.cpp.models.interfaces.Allocation
7+
import semmle.code.cpp.models.interfaces.Deallocation
88

99
/**
1010
* A deallocation function such as `free`.

0 commit comments

Comments
 (0)