[committed] docs: Fix typo

Message ID 1cdaeebf-4840-807b-e7f2-68505061dbd0@e124511.cambridge.arm.com
State Accepted
Headers
Series [committed] docs: Fix typo |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Andrew Carlotti June 26, 2023, 2:25 p.m. UTC
  gcc/ChangeLog:

 * doc/optinfo.texi: Fix "steam" -> "stream".
  

Patch

diff --git a/gcc/doc/optinfo.texi b/gcc/doc/optinfo.texi
index b91bba7bd10470b17ca5190688beee06ad3b87ab..5e8c97ef118786e68b7e46f3c802154cb9b57b83 100644
--- a/gcc/doc/optinfo.texi
+++ b/gcc/doc/optinfo.texi
@@ -100,7 +100,7 @@  that one could also use special file names @code{stdout} and
 respectively.
 
 @item @code{alt_stream}
-This steam is used for printing optimization specific output in
+This stream is used for printing optimization specific output in
 response to the @option{-fopt-info}. Again a file name can be given. If
 the file name is not given, it defaults to @code{stderr}.
 @end table