about summary refs log tree commit diff stats
path: root/057static_dispatch.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-02-25 08:24:14 -0800
committerKartik K. Agaram <vc@akkartik.com>2016-02-25 08:24:14 -0800
commit05331766a971ecd1c3df236af0b374ae039b1142 (patch)
treec9cbc809046feaa86762c43edc77f1067f44c8e8 /057static_dispatch.cc
parent5ed9bb135efb7e581eeb879b8af357d3b9baf6ea (diff)
downloadmu-05331766a971ecd1c3df236af0b374ae039b1142.tar.gz
2703
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;