about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--021check_instruction.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/021check_instruction.cc b/021check_instruction.cc
index 8f12b7ca..5b12af7c 100644
--- a/021check_instruction.cc
+++ b/021check_instruction.cc
@@ -1,6 +1,6 @@
-//: Introduce a new transform to check types in instructions before we start
-//: running them. It'll be extensible, so that we can add type checks for new
-//: recipes as we extend 'run' to support them.
+//: Introduce a new transform to perform various checks in instructions before
+//: we start running them. It'll be extensible, so that we can add checks for
+//: new recipes as we extend 'run' to support them.
 
 :(after "int main")
   Transform.push_back(check_instruction);