Skip to content

Commit fcc1abc

Browse files
jsingletmbaluda
andauthored
Update c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql
Co-authored-by: Mauro Baluda <[email protected]>
1 parent af3f0ac commit fcc1abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from MacroInvocation mi, Variable v, Locatable whereFound
1919
where
2020
not isExcluded(whereFound, Concurrency5Package::atomicVariableTwiceInExpressionQuery()) and
2121
(
22-
// There isn't a way to safely use this construct in a away that is also
22+
// There isn't a way to safely use this construct in a way that is also
2323
// possible the reliably detect so advise against using it.
2424
(
2525
mi.getMacroName() = ["atomic_store", "atomic_store_explicit"]

0 commit comments

Comments
 (0)