about summary refs log tree commit diff stats
path: root/cpp/010vm
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/010vm')
-rw-r--r--cpp/010vm3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/010vm b/cpp/010vm
index aa75c6ae..826c2069 100644
--- a/cpp/010vm
+++ b/cpp/010vm
@@ -135,7 +135,8 @@ void setup_recipes() {
 }
 //: We could just reset the recipe table after every test, but that gets slow
 //: all too quickly. Instead, initialize the common stuff just once at
-//: startup, and carefully undo each test's additions after itself.
+//: startup. Later layers will carefully undo each test's additions after
+//: itself.
 :(before "End One-time Setup")
   setup_recipes();
   // End Load Recipes