From 1ea1bd9c26c25d50c5d80c7bad482895700da53f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 7 May 2015 19:16:19 -0700 Subject: 1303 --- 026assert.cc | 2 +- 039wait.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/026assert.cc b/026assert.cc index 301aec58..277ade39 100644 --- a/026assert.cc +++ b/026assert.cc @@ -12,7 +12,7 @@ Recipe_number["assert"] = ASSERT; :(before "End Primitive Recipe Implementations") case ASSERT: { assert(ingredients.size() == 2); - assert(ingredients.at(0).size() == 1); + assert(ingredients.at(0).size() == 1); // scalar if (!ingredients.at(0).at(0)) { assert(isa_literal(current_instruction().ingredients.at(1))); raise << current_instruction().ingredients.at(1).name << '\n'; diff --git a/039wait.cc b/039wait.cc index 89871022..8f1d5001 100644 --- a/039wait.cc +++ b/039wait.cc @@ -63,7 +63,7 @@ for (index_t i = 0; i < Routines.size(); ++i) { } } -//: also allow waiting on a routine +//: also allow waiting on a routine to stop running :(scenario wait_for_routine) recipe f1 [ -- cgit 1.4.1-2-gfad0