C++: Fix apparently noncritical typo.

This commit is contained in:
Geoffrey White
2020-04-07 20:56:07 +01:00
parent 50194f372b
commit 7fedac3266

View File

@@ -4,7 +4,7 @@
* for usage information.
*/
import semmle.code.cpp.models.interfaces.Allocation
import semmle.code.cpp.models.interfaces.Deallocation
/**
* A deallocation function such as `free`.