From 1e28c9ebf86894a0075c58c0370385706f26a661 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Dec 2019 00:56:43 -0800 Subject: [PATCH] doc: fix typo in previous patch --- doc/regex.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/regex.texi b/doc/regex.texi index 4e0da9b397..bac5816ed9 100644 --- a/doc/regex.texi +++ b/doc/regex.texi @@ -1152,7 +1152,7 @@ expression implementations have back-reference bugs that can cause programs to return incorrect answers or even crash, and fixing these bugs has often been low-priority---for example, as of 2019 the GNU C library bug database contained back-reference bugs 52, 10844, 11053, -and 23522, with little sign of forthcoming fixes. Luckily, +and 25322, with little sign of forthcoming fixes. Luckily, back-references are rarely useful and it should be little trouble to avoid them in practical applications. -- 2.39.5