Skip to content

Commit 9f42ca8

Browse files
Update java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
1 parent 002c456 commit 9f42ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class ContentSet instanceof Content {
314314
signature predicate guardChecksSig(Guard g, Expr e, boolean branch);
315315

316316
module BarrierGuard<guardChecksSig/3 guardChecks> {
317-
/** Gets a node that is safely guarded by the given guard. */
317+
/** Gets a node that is safely guarded by the given guard check. */
318318
Node getABarrierNode() {
319319
exists(Guard g, SsaVariable v, boolean branch, RValue use |
320320
guardChecks(g, v.getAUse(), branch) and

0 commit comments

Comments
 (0)