aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorAndrew Carlotti <andrew.carlotti@arm.com>2023-03-02 15:54:48 +0000
committerAndrew Carlotti <andrew.carlotti@arm.com>2023-06-26 15:24:36 +0100
commit6eeb51979df383166f607258b814f9930168a8cd (patch)
treeabf61edc4e0a67dacd14c644e0438c477a2887cf /gcc
parent38ead98b2fe49b1fef4ae7c9771af48be7adaa10 (diff)
downloadgcc-6eeb51979df383166f607258b814f9930168a8cd.zip
gcc-6eeb51979df383166f607258b814f9930168a8cd.tar.gz
gcc-6eeb51979df383166f607258b814f9930168a8cd.tar.bz2
docs: Fix typo
gcc/ChangeLog: * doc/optinfo.texi: Fix "steam" -> "stream".
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/optinfo.texi2
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