summaryrefslogtreecommitdiff
path: root/src/CfimAst.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/CfimAst.ml')
-rw-r--r--src/CfimAst.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CfimAst.ml b/src/CfimAst.ml
index bb821bb7..6b882edb 100644
--- a/src/CfimAst.ml
+++ b/src/CfimAst.ml
@@ -39,7 +39,7 @@ type statement =
| Assert of assertion
| Call of call
| Panic
- | Returna
+ | Return
| Break of int
(** Break to (outer) loop. The [int] identifies the loop to break to:
* 0: break to the first outer loop (the current loop)