From 30ceb871f7e592e5be6b7fb64fb35324fadcc859 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 26 Sep 2008 09:05:33 +0000 Subject: Fix typos in comment. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- template/known_errors.inc.tmpl | 9 ++++----- 1 file 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+/) -- cgit