diff options
author | Andrew Carlotti <andrew.carlotti@arm.com> | 2023-03-02 15:54:48 +0000 |
---|---|---|
committer | Andrew Carlotti <andrew.carlotti@arm.com> | 2023-06-26 15:24:36 +0100 |
commit | 6eeb51979df383166f607258b814f9930168a8cd (patch) | |
tree | abf61edc4e0a67dacd14c644e0438c477a2887cf | |
parent | 38ead98b2fe49b1fef4ae7c9771af48be7adaa10 (diff) | |
download | gcc-6eeb51979df383166f607258b814f9930168a8cd.zip gcc-6eeb51979df383166f607258b814f9930168a8cd.tar.gz gcc-6eeb51979df383166f607258b814f9930168a8cd.tar.bz2 |
docs: Fix typo
gcc/ChangeLog:
* doc/optinfo.texi: Fix "steam" -> "stream".
-rw-r--r-- | gcc/doc/optinfo.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/optinfo.texi b/gcc/doc/optinfo.texi index b91bba7..5e8c97e 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 |