Skip to content

Commit 243991f

Browse files
committed
spelling: constants
Signed-off-by: Josh Soref <[email protected]>
1 parent 0a50872 commit 243991f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/lib/codeql/swift/controlflow/internal/Completion.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private predicate isBooleanConstant(ControlFlowElement n, boolean value) {
9494
mustHaveBooleanCompletion(n) and
9595
value = n.asAstNode().(BooleanLiteralExpr).getValue()
9696
or
97-
// Boolean consants hidden inside conversions are also
97+
// Boolean constants hidden inside conversions are also
9898
// constants that resolve to the same value.
9999
exists(ControlFlowElement parent |
100100
parent.asAstNode() = n.asAstNode().getResolveStep() and

0 commit comments

Comments
 (0)