about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
Diffstat (limited to '034call.cc')
-rw-r--r--034call.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/034call.cc b/034call.cc
index bb0b6067..4b841fe0 100644
--- a/034call.cc
+++ b/034call.cc
@@ -113,7 +113,7 @@ while (current_step_index() >= SIZE(Current_routine->steps())) {
   Current_routine->calls.pop_front();
   if (Current_routine->calls.empty()) return;
   // Complete Call Fallthrough
-  // todo: no results returned warning
+  // todo: no products returned warning
   ++current_step_index();
 }