We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25350ad commit be07bacCopy full SHA for be07bac
cpp/ql/lib/semmle/code/cpp/valuenumbering/HashCons.qll
@@ -104,7 +104,7 @@ private newtype HC_Alloc =
104
HC_HasAlloc(HashCons hc) { mk_HasAlloc(hc, _) }
105
106
/**
107
- * Used to implement optional extent expression on `new[]` exprtessions
+ * Used to implement optional extent expression on `new[]` expressions
108
*/
109
private newtype HC_Extent =
110
HC_NoExtent() or
0 commit comments