summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/intrpvar.h b/intrpvar.h
index eb962836ca..b88f6dfb0b 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -179,7 +179,7 @@ PERLVAR(I, statgv, GV *)
PERLVARI(I, statname, SV *, NULL)
#ifdef HAS_TIMES
-/* Will be removed soon after v5.21.8. See RT #121351 */
+/* Will be removed soon after v5.21.9. See RT #121351 */
PERLVAR(I, timesbuf, struct tms)
#endif
@@ -750,7 +750,7 @@ PERLVARI(I, globhook, globhook_t, NULL)
PERLVARI(I, padlist_generation, U32, 1) /* id to identify padlist clones */
-/* The last unconditional member of the interpreter structure when 5.21.8 was
+/* The last unconditional member of the interpreter structure when 5.21.9 was
released. The offset of the end of this is baked into a global variable in
any shared perl library which will allow a sanity test in future perl
releases. */