Skip to content

Commit 31a95a1

Browse files
committed
spelling: exclusive
Signed-off-by: Josh Soref <[email protected]>
1 parent 0ecc7cb commit 31a95a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmle/code/csharp/exprs/BitwiseOperation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class BitwiseOrExpr extends BinaryBitwiseOperation, @bit_or_expr {
7474
}
7575

7676
/**
77-
* A bitwise exlusive-or operation, for example `x ^ y`.
77+
* A bitwise exclusive-or operation, for example `x ^ y`.
7878
*/
7979
class BitwiseXorExpr extends BinaryBitwiseOperation, @bit_xor_expr {
8080
override string getOperator() { result = "^" }

0 commit comments

Comments
 (0)