Merge pull request #15315 from igfoo/igfoo/typo

C++: Fix typo
This commit is contained in:
Ian Lynagh
2024-01-12 18:28:32 +00:00
committed by GitHub

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.
*/