Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/michaelrfairhurst/concurrency6-p…
Browse files Browse the repository at this point in the history
…ackage' into michaelrfairhurst/concurrency6-package
  • Loading branch information
MichaelRFairhurst committed Jan 25, 2025
2 parents 8f5e02c + a19965e commit 46b6fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/misra/src/rules/RULE-21-25/InvalidMemoryOrderArgument.ql
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ import MemoryOrderFlow::PathGraph

/**
* If the node is a memory order constant, or shares a value with a memory order constant, then
* return the name of that cnonstant. Otherwise, simply print the node.
* return the name of that constant. Otherwise, simply print the node.
*/
string describeMemoryOrderNode(DataFlow::Node node) {
if node.asExpr() instanceof MemoryOrderConstantExpr
Expand Down

0 comments on commit 46b6fc9

Please sign in to comment.