Skip to content

Commit c575a2b

Browse files
committed
spelling: evaluates
Signed-off-by: Josh Soref <[email protected]>
1 parent bf86e53 commit c575a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/rangeanalysis/RangeAnalysisUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ predicate eqOpWithSwapAndNegate(EqualityOperation cmp, Expr a, Expr b, boolean i
173173

174174
/**
175175
* Holds if `cmp` is an unconverted conversion of `a` to a Boolean that
176-
* evalutes to `isEQ` iff `a` is 0.
176+
* evaluates to `isEQ` iff `a` is 0.
177177
*
178178
* Note that `a` can be `cmp` itself or a conversion thereof.
179179
*/

0 commit comments

Comments
 (0)