Skip to content

Commit 6010732

Browse files
Update cpp/misra/test/rules/RULE-19-3-4/test.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 0e7ed11 commit 6010732

File tree

1 file changed

+1
-1
lines changed
  • cpp/misra/test/rules/RULE-19-3-4

1 file changed

+1
-1
lines changed

cpp/misra/test/rules/RULE-19-3-4/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ void f6() {
239239
M13(1 * 1,
240240
1); // NON-COMPLIANT -- the rule text suggests that this is non
241241
// compliant, though an argument could be made the other way.
242-
// Regardless, this case is diffucult for us to detect.
242+
// Regardless, this case is difficult for us to detect.
243243
#define M14(X) M1(X *X)
244244
M14(1); // NON-COMPLIANT[False negative] -- The definition of M13 is
245245
// non-compliant, but we don't detect the generated elements.

0 commit comments

Comments
 (0)