Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Cartey <5377966+lcartey@users.noreply.github.com>
  • Loading branch information
MichaelRFairhurst and lcartey authored Jan 25, 2025
1 parent 1ed65cf commit a19965e
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 a19965e

Please sign in to comment.