Skip to content
Snippets Groups Projects
Commit 28d96af2 authored by ram's avatar ram
Browse files

Fixed comment.

parent 6c018ea2
No related branches found
No related tags found
No related merge requests found
...@@ -396,7 +396,8 @@ ...@@ -396,7 +396,8 @@
;; ;;
;; The first messed-up continuation. This is Use'd by the node that is the ;; The first messed-up continuation. This is Use'd by the node that is the
;; mess-up. Null only temporarily. This could be deleted if the mess-up was ;; mess-up. Null only temporarily. This could be deleted if the mess-up was
;; deleted. ;; deleted. Note that the cleanup "belongs" to the block holding the
;; mess-up, rather than the start continuation's block.
(start nil :type (or continuation null)) (start nil :type (or continuation null))
;; ;;
;; The syntactically enclosing cleanup. If there is no enclosing cleanup in ;; The syntactically enclosing cleanup. If there is no enclosing cleanup in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment