From fc4b2d922839769b2e12f3ccbf384ba923f97c90 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Jul 2016 06:32:37 +0000 Subject: Fix file names in comments git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- enc/windows_1250.c | 2 +- enc/windows_1251.c | 2 +- enc/windows_1252.c | 2 +- enc/windows_1253.c | 2 +- enc/windows_1254.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/enc/windows_1250.c b/enc/windows_1250.c index 689ed77e43..18152b51b3 100644 --- a/enc/windows_1250.c +++ b/enc/windows_1250.c @@ -1,5 +1,5 @@ /********************************************************************** - cp1250.c - Oniguruma (regular expression library) + windows_1250.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2006-2007 Byte diff --git a/enc/windows_1251.c b/enc/windows_1251.c index 826da725b3..7d5732c3b8 100644 --- a/enc/windows_1251.c +++ b/enc/windows_1251.c @@ -1,5 +1,5 @@ /********************************************************************** - cp1251.c - Oniguruma (regular expression library) + windows_1251.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2006-2007 Byte diff --git a/enc/windows_1252.c b/enc/windows_1252.c index 339df14e58..e0aa84baef 100644 --- a/enc/windows_1252.c +++ b/enc/windows_1252.c @@ -1,5 +1,5 @@ /********************************************************************** - cp1252.c - Oniguruma (regular expression library) + windows_1252.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2006-2007 Byte diff --git a/enc/windows_1253.c b/enc/windows_1253.c index 8793db6dbd..4b139d1028 100644 --- a/enc/windows_1253.c +++ b/enc/windows_1253.c @@ -1,5 +1,5 @@ /********************************************************************** - iso8859_7.c - Oniguruma (regular expression library) + windows_1253.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2002-2007 K.Kosako diff --git a/enc/windows_1254.c b/enc/windows_1254.c index ca9231f0a5..e1806f0a6c 100644 --- a/enc/windows_1254.c +++ b/enc/windows_1254.c @@ -1,5 +1,5 @@ /********************************************************************** - iso8859_9.c - Oniguruma (regular expression library) + windows_1254.c - Oniguruma (regular expression library) **********************************************************************/ /*- * Copyright (c) 2002-2007 K.Kosako -- cgit v1.2.3