Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fcc1abc

Browse filesBrowse files
jsingletmbaluda
andauthored
Update c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql
Co-authored-by: Mauro Baluda <mbaluda@github.com>
1 parent af3f0ac commit fcc1abc
Copy full SHA for fcc1abc

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: c/cert/src/rules/CON40-C/AtomicVariableTwiceInExpression.ql
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.