spelling: bodies

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent a2e2edd4a6
commit be22beeeeb
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ digraph try_finally_flex {
/*
All ways go through finally clause. There is also lookupswitch which uses value on stack..
Value -1 is pushed on stack after in_try and after catch bodys.
Value -1 is pushed on stack after in_try and after catch bodies.
For every return/continue, there is also specific value pushed to stack.
Lookupswitch then decides what will happen.
*/