diff options
-rw-r--r-- | keywords.h | 2 | ||||
-rwxr-xr-x | keywords.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keywords.h b/keywords.h index 6e6291f0c5..767f356da5 100644 --- a/keywords.h +++ b/keywords.h @@ -7,7 +7,7 @@ * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by opcode.pl from its data. Any changes made here + * This file is built by keywords.pl from its data. Any changes made here * will be lost! */ #define KEY_NULL 0 diff --git a/keywords.pl b/keywords.pl index e2d5903d69..02f3ff8ff6 100755 --- a/keywords.pl +++ b/keywords.pl @@ -14,7 +14,7 @@ print <<EOM; * License or the Artistic License, as specified in the README file. * * !!!!!!! DO NOT EDIT THIS FILE !!!!!!! - * This file is built by opcode.pl from its data. Any changes made here + * This file is built by keywords.pl from its data. Any changes made here * will be lost! */ EOM |