public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6615] Docs: Fix typo in previous commit
@ 2023-03-12 18:00 Sandra Loosemore
  0 siblings, 0 replies; only message in thread
From: Sandra Loosemore @ 2023-03-12 18:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8536c09108f429d8ab6ca850f3835668cc1c8929

commit r13-6615-g8536c09108f429d8ab6ca850f3835668cc1c8929
Author: Sandra Loosemore <sandra@codesourcery.com>
Date:   Sun Mar 12 17:56:46 2023 +0000

    Docs: Fix typo in previous commit
    
    gcc/ChangeLog:
            * doc/install.texi2html: Fix issue number typo in comment.

Diff:
---
 gcc/doc/install.texi2html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html
index 54e27fedde3..e71ca2c64ba 100755
--- a/gcc/doc/install.texi2html
+++ b/gcc/doc/install.texi2html
@@ -53,7 +53,7 @@ do
     define=`echo $x | sed -e 's/\.//g'`
     echo "define = $define"
     $MAKEINFO --no-number-sections -I $SOURCEDIR -I $SOURCEDIR/include -I $DESTDIR $SOURCEDIR/install.texi --html --no-split -D$define -o$DESTDIR/temp.html
-    # Use sed to work around PR web/88578.
+    # Use sed to work around PR web/85578.
     sed -e 's/_002d/-/g' -e 's/_002a/*/g' $DESTDIR/temp.html > $DESTDIR/$x
     rm $DESTDIR/temp.html
 done

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-12 18:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 18:00 [gcc r13-6615] Docs: Fix typo in previous commit Sandra Loosemore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).