We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e7ed11 commit 6010732Copy full SHA for 6010732
cpp/misra/test/rules/RULE-19-3-4/test.cpp
@@ -239,7 +239,7 @@ void f6() {
239
M13(1 * 1,
240
1); // NON-COMPLIANT -- the rule text suggests that this is non
241
// compliant, though an argument could be made the other way.
242
- // Regardless, this case is diffucult for us to detect.
+ // Regardless, this case is difficult for us to detect.
243
#define M14(X) M1(X *X)
244
M14(1); // NON-COMPLIANT[False negative] -- The definition of M13 is
245
// non-compliant, but we don't detect the generated elements.
0 commit comments