about summary refs log tree commit diff stats
path: root/011load.cc
diff options
context:
space:
mode:
Diffstat (limited to '011load.cc')
-rw-r--r--011load.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/011load.cc b/011load.cc
index 6aae80f9..617727df 100644
--- a/011load.cc
+++ b/011load.cc
@@ -155,7 +155,7 @@ string next_word(istream& in) {
   return out.str();
 }
 
-:(before "End Globals")
+:(before "End Constants")
 // word boundaries
 const string Terminators("(){}");
 :(code)