Skip to content

Commit 585ebbb

Browse files
committed
Rule 15.4: Update test comment
1 parent 3b548fe commit 585ebbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • c/misra/test/rules/RULE-15-4

c/misra/test/rules/RULE-15-4/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void f3(int k) {
5959
L3:
6060
k++;
6161
while (k < 10) { // NON_COMPLIANT - the nested goto
62-
// only applies to the switch
62+
// is an additional exit point for the while loop
6363
if (k > 5) {
6464
break;
6565
}

0 commit comments

Comments
 (0)