about summary refs log tree commit diff stats
path: root/html/034call.cc.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/034call.cc.html')
-rw-r--r--html/034call.cc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/034call.cc.html b/html/034call.cc.html
index 291dfeb9..97bd4039 100644
--- a/html/034call.cc.html
+++ b/html/034call.cc.html
@@ -149,7 +149,7 @@ while <span class="Delimiter">(</span>current_step_index<span class="Delimiter">
   Current_routine<span class="Delimiter">-&gt;</span>calls<span class="Delimiter">.</span>pop_front<span class="Delimiter">();</span>
   if <span class="Delimiter">(</span>Current_routine<span class="Delimiter">-&gt;</span>calls<span class="Delimiter">.</span>empty<span class="Delimiter">())</span> <span class="Identifier">return</span><span class="Delimiter">;</span>
   <span class="Comment">// Complete Call Fallthrough</span>
-  <span class="Comment">// todo: no results returned warning</span>
+  <span class="Comment">// todo: no products returned warning</span>
   ++current_step_index<span class="Delimiter">();</span>
 <span class="Delimiter">}</span>