We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3f0ac commit fcc1abcCopy full SHA for fcc1abc
c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql
@@ -19,7 +19,7 @@ from MacroInvocation mi, Variable v, Locatable whereFound
19
where
20
not isExcluded(whereFound, Concurrency5Package::atomicVariableTwiceInExpressionQuery()) and
21
(
22
- // There isn't a way to safely use this construct in a away that is also
+ // There isn't a way to safely use this construct in a way that is also
23
// possible the reliably detect so advise against using it.
24
25
mi.getMacroName() = ["atomic_store", "atomic_store_explicit"]
0 commit comments