From 56fe4cfb38f4dc5dceb6751ffae8ff4809893ccb Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 30 Sep 2015 23:31:43 -0700 Subject: 2224 --- 021check_instruction.cc | 6 +++--- 1 file 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); -- cgit 1.4.1-2-gfad0