Skip to content

Commit

Permalink
kernel: fix comment in ReadRepeat
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 17, 2018
1 parent 5020efd commit ccbce93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/read.c
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ void ReadRepeat (
IntrRepeatEnd();
}
CATCH_READ_ERROR {
/* an error has occured *after* the 'IntrRepeatEnd' */
/* an error has occured *after* the 'IntrRepeatEndBody' */
/* If we hadn't actually come out of coding the body, we need
to recover. Otherwise it was probably an error in executing the
body and we just return */
Expand Down

0 comments on commit ccbce93

Please sign in to comment.