Clarify this is a Y2038 issue. [skip ci]


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1932108 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/changes-entries/ssl-sess-y2k.txt b/changes-entries/ssl-sess-y2k.txt
index 151dcc3..981504b 100644
--- a/changes-entries/ssl-sess-y2k.txt
+++ b/changes-entries/ssl-sess-y2k.txt
@@ -1,2 +1,2 @@
-  *) mod_ssl: Prevent Y2K bug in session handling on 32-bit platforms
+  *) mod_ssl: Prevent Y2038 bug in session handling on 32-bit platforms
      with a 64-bit time_t.  [Daniel Ruf <daniel daniel-ruf.de>]