Skip to content

Commit be07bac

Browse files
committed
spelling: expressions
Signed-off-by: Josh Soref <[email protected]>
1 parent 25350ad commit be07bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/valuenumbering/HashCons.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private newtype HC_Alloc =
104104
HC_HasAlloc(HashCons hc) { mk_HasAlloc(hc, _) }
105105

106106
/**
107-
* Used to implement optional extent expression on `new[]` exprtessions
107+
* Used to implement optional extent expression on `new[]` expressions
108108
*/
109109
private newtype HC_Extent =
110110
HC_NoExtent() or

0 commit comments

Comments
 (0)