Skip to content

Commit f5a38b4

Browse files
bdrodesgeoffw0
andauthored
Apply suggestion from @geoffw0
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
1 parent b39732b commit f5a38b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Leap Year/UncheckedLeapYearAfterYearModification.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class IgnorablePointerOrCharArithmetic extends IgnorableOperation {
266266
}
267267

268268
/**
269-
* Holds for an expression that is a operation that could flow to a Year field.
269+
* Holds for an expression that is an add or similar operation that could flow to a Year field.
270270
*/
271271
predicate isOperationSourceCandidate(Expr e) {
272272
not e instanceof IgnorableOperation and

0 commit comments

Comments
 (0)