summaryrefslogtreecommitdiffstats
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
commit30ceb871f7e592e5be6b7fb64fb35324fadcc859 (patch)
treef7c0b5fe1862d51c974ca5e2d804471624e3cc1b
parenta3035ce5d76e730e26a919ad2fb54af9a87343d8 (diff)
downloadruby-30ceb871f7e592e5be6b7fb64fb35324fadcc859.tar.gz
ruby-30ceb871f7e592e5be6b7fb64fb35324fadcc859.tar.xz
ruby-30ceb871f7e592e5be6b7fb64fb35324fadcc859.zip
Fix typos in comment.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 86c23e18e..2a569bda1 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+/)