Skip to content

Commit b29f35f

Browse files
author
Dave Bartolomeo
committed
Fix formatting
1 parent afd2f58 commit b29f35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ private class ExplicitFieldStoreQualifierNode extends PartialDefinitionNode {
362362

363363
/**
364364
* Not every store instruction generates a chi instruction that we can attach a PostUpdateNode to.
365-
* For instance, an update to a field of a struct containing only one field. Even if the store does
365+
* For instance, an update to a field of a struct containing only one field. Even if the store does
366366
* have a chi instruction, a subsequent use of the result of the store may be linked directly to the
367367
* result of the store as an inexact definition if the store totally overlaps the use. For these
368368
* cases we attach the PostUpdateNode to the store instruction. There's no obvious pre update node

0 commit comments

Comments
 (0)