Skip to content

Commit d122858

Browse files
committed
spelling: initializers
Signed-off-by: Josh Soref <[email protected]>
1 parent 83cf8a8 commit d122858

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
@@ -116,7 +116,7 @@ private newtype HC_Args =
116116
HC_ArgCons(HashCons hc, int i, HC_Args list) { mk_ArgCons(hc, i, list, _) }
117117

118118
/**
119-
* Used to implement hash-consing of struct initizializers.
119+
* Used to implement hash-consing of struct initializers.
120120
*/
121121
private newtype HC_Fields =
122122
HC_EmptyFields(Class c) { exists(ClassAggregateLiteral cal | c = cal.getUnspecifiedType()) } or

0 commit comments

Comments
 (0)