C++: Fix typo

This commit is contained in:
Ian Lynagh
2024-01-12 17:57:34 +00:00
parent 0bc1463ab0
commit e357d18d35

View File

@@ -60,7 +60,7 @@ predicate computeHeuristicType(Type t) {
/**
* Holds if `e` is an operation that is common in encryption-like computations.
* Looking for clusters of these tends to find things like encrpytion,
* Looking for clusters of these tends to find things like encryption,
* compression, random number generation, graphics processing and other compute
* heavy algorithms.
*/