about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
Diffstat (limited to '057static_dispatch.cc')
-rw-r--r--057static_dispatch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/057static_dispatch.cc b/057static_dispatch.cc
index 313facce..2b64fdd0 100644
--- a/057static_dispatch.cc
+++ b/057static_dispatch.cc
@@ -15,7 +15,7 @@ recipe test a:number, b:number -> z:number [
 +mem: storing 1 in location 7
 
 //: When loading recipes, accumulate variants if headers don't collide, and
-//: raise a warning if headers collide.
+//: flag an error if headers collide.
 
 :(before "End Globals")
 map<string, vector<recipe_ordinal> > Recipe_variants;