From 6eeb51979df383166f607258b814f9930168a8cd Mon Sep 17 00:00:00 2001 From: Andrew Carlotti Date: Thu, 2 Mar 2023 15:54:48 +0000 Subject: [PATCH] docs: Fix typo gcc/ChangeLog: * doc/optinfo.texi: Fix "steam" -> "stream". --- gcc/doc/optinfo.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/optinfo.texi b/gcc/doc/optinfo.texi index b91bba7bd104..5e8c97ef1187 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 -- 2.47.2