]> Savannah Git Hosting - gnulib.git/commitdiff
doc: fix typo in previous patch
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Dec 2019 08:56:43 +0000 (00:56 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Dec 2019 08:57:01 +0000 (00:57 -0800)
doc/regex.texi

index 4e0da9b397fd57bc6b9123bfabda0f44d2d43c89..bac5816ed94dd7f1713d4c6f2c26861d8017f1a1 100644 (file)
@@ -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.