aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorXiong Hu Luo <luoxhu@gcc.gnu.org>2018-12-20 08:44:42 +0000
committerXiong Hu Luo <luoxhu@gcc.gnu.org>2018-12-20 08:44:42 +0000
commitf0355446cb66c85c5d4790c63bc53c3093186e8a (patch)
tree8e3b05c9af552de57b4282aad18f9a97f2fb44ec /gcc
parent5a5fe9175eec31bc9cce382e8c7b961fd4cfa1a3 (diff)
downloadgcc-f0355446cb66c85c5d4790c63bc53c3093186e8a.zip
gcc-f0355446cb66c85c5d4790c63bc53c3093186e8a.tar.gz
gcc-f0355446cb66c85c5d4790c63bc53c3093186e8a.tar.bz2
fix typo.
From-SVN: r267294
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cgraphunit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index 2f0b70f..e6b1296 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):