aboutsummaryrefslogtreecommitdiff
path: root/src/boot/fe/token.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/fe/token.ml')
-rw-r--r--src/boot/fe/token.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/boot/fe/token.ml b/src/boot/fe/token.ml
index 6c2282de..7467d4e6 100644
--- a/src/boot/fe/token.ml
+++ b/src/boot/fe/token.ml
@@ -83,7 +83,7 @@ type token =
(* Opacity keywords *)
| ABS
- (* Stratum keywords *)
+ (* Layer keywords *)
| STATE
| GC
@@ -246,7 +246,7 @@ let rec string_of_tok t =
(* Opacity keywords *)
| ABS -> "abs"
- (* Stratum keywords *)
+ (* Layer keywords *)
| STATE -> "state"
| GC -> "gc"