From: Xiong Hu Luo Date: Thu, 20 Dec 2018 08:44:42 +0000 (+0000) Subject: fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0355446cb66c85c5d4790c63bc53c3093186e8a;p=gcc.git fix typo. From-SVN: r267294 --- diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 2f0b70ff850..e6b1296abfb 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -95,7 +95,7 @@ along with GCC; see the file COPYING3. If not see both reduce linking times and linktime memory usage by not having to represent whole program in memory. - d) LTO sreaming. When doing LTO, everything important gets + d) LTO streaming. When doing LTO, everything important gets streamed into the object file. Compile time and or linktime analysis stage (WPA):