>From 4d9c19d359c358ff29ebcecc9f5bd215624d3313 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert@cs.ucla.edu>
Date: Tue, 21 Sep 2021 10:12:04 -0700
Subject: [PROPOSED] =?UTF-8?q?Improve=20=E2=80=98backward=E2=80=99=20comme?=
 =?UTF-8?q?nt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

(Thanks to Almaz Mingaleev for reporting the problem.)
* backward: Improve comment.
---
 backward | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/backward b/backward
index 0fec5e4..7d710a9 100644
--- a/backward
+++ b/backward
@@ -3,9 +3,9 @@
 # This file is in the public domain, so clarified as of
 # 2009-05-17 by Arthur David Olson.
 
-# This file provides links between current names for timezones
-# and their old names.  Many names changed in late 1993.
-# Many others were moved here in 2021.  Several of these names are
+# This file provides links from old or merged timezone names to current ones.
+# Many names changed in late 1993, and many merged names moved here
+# in the period from 2013 through 2021.  Several of these names are
 # also present in the file 'backzone', which has data important only
 # for pre-1970 timestamps and so is out of scope for tzdb proper.
 
-- 
2.30.2

