Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 962bcd7

Browse files
committed
spelling: compound
Signed-off-by: Josh Soref <[email protected]>
1 parent 322b957 commit 962bcd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2036,8 +2036,8 @@ private module PostUpdateNodes {
20362036
ExprPostUpdateNode() { this = TExprPostUpdateNode(cfn) }
20372037

20382038
override ExprNode getPreUpdateNode() {
2039-
// For compund arguments, such as `m(b ? x : y)`, we want the leaf nodes
2040-
// `[post] x` and `[post] y` to have two pre-update nodes: (1) the compund argument,
2039+
// For compound arguments, such as `m(b ? x : y)`, we want the leaf nodes
2040+
// `[post] x` and `[post] y` to have two pre-update nodes: (1) the compound argument,
20412041
// `if b then x else y`; and the (2) the underlying expressions; `x` and `y`,
20422042
// respectively.
20432043
//

0 commit comments

Comments
 (0)