summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 09:05:33 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 09:05:33 +0000
commit3a5c011b8e1517b2ca31c56f54fda77f22b77700 (patch)
treef7c0b5fe1862d51c974ca5e2d804471624e3cc1b /template
parent3cdf9d185c7c3b03c07c7fbcbc725581007bc285 (diff)
Fix typos in comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template')
-rw-r--r--template/known_errors.inc.tmpl9
1 files changed, 4 insertions, 5 deletions
diff --git a/template/known_errors.inc.tmpl b/template/known_errors.inc.tmpl
index 86c23e18e4..2a569bda12 100644
--- a/template/known_errors.inc.tmpl
+++ b/template/known_errors.inc.tmpl
@@ -1,8 +1,7 @@
-/** -*-c-*-
- * This file is automatically generated by tools/generic_erb.rb
- * DO NOT TOUCH!
- *
- * If you want to fix something, you should edit 'template/knwon_erros.inc.tmpl or defs/knwon_errors.def
+/** -*-c-*-
+ * DO NOT EDIT
+ * This file is automatically generated by tools/generic_erb.rb from
+ * template/known_errors.inc.tmpl and defs/known_errors.def.
*/
% error_names = ARGF.read.split(/\s+/)