diff options
author | Sandra Loosemore <sandra@codesourcery.com> | 2023-03-12 17:56:46 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@codesourcery.com> | 2023-03-12 17:56:46 +0000 |
commit | 8536c09108f429d8ab6ca850f3835668cc1c8929 (patch) | |
tree | 9ed50e497dda9d551c851741f5502e1966b0f1fd /gcc | |
parent | 431c06691dcbb84c7d999d91202537442e6a60f0 (diff) | |
download | gcc-8536c09108f429d8ab6ca850f3835668cc1c8929.zip gcc-8536c09108f429d8ab6ca850f3835668cc1c8929.tar.gz gcc-8536c09108f429d8ab6ca850f3835668cc1c8929.tar.bz2 |
Docs: Fix typo in previous commit
gcc/ChangeLog:
* doc/install.texi2html: Fix issue number typo in comment.
Diffstat (limited to 'gcc')
-rwxr-xr-x | gcc/doc/install.texi2html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/install.texi2html b/gcc/doc/install.texi2html index 54e27fe..e71ca2c 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 |