]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Docs: Fix typo in previous commit
authorSandra Loosemore <sandra@codesourcery.com>
Sun, 12 Mar 2023 17:56:46 +0000 (17:56 +0000)
committerSandra Loosemore <sandra@codesourcery.com>
Sun, 12 Mar 2023 17:56:46 +0000 (17:56 +0000)
gcc/ChangeLog:
* doc/install.texi2html: Fix issue number typo in comment.

gcc/doc/install.texi2html

index 54e27fedde35f6634d178efa9a57209e069dd7ae..e71ca2c64ba8e73a3315a6372e465194ab13e841 100755 (executable)
@@ -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