about summary refs log tree commit diff stats
path: root/034call.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-13 20:50:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-13 20:50:25 -0700
commit8b9f1750c74c7d3cca99d6949a90cd61eb8e0218 (patch)
treeace2861be7f43de9ee2d1032ea03598748233cbf /034call.cc
parent8a23f9e055e2e2266d7ac5deb060f85ce2a2f53e (diff)
downloadmu-8b9f1750c74c7d3cca99d6949a90cd61eb8e0218.tar.gz
1777 - consistent terminology: 'product'
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();
 }