commit | 59276876cdf458924df66a1eed243d96a12f9f3f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jul 14 15:19:33 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 14 15:19:33 2023 +0000 |
tree | f60766532a5dcb2e1191c98f492d265e762acf74 | |
parent | a1140990a135cd408a3483cbf90cdae105d49e7f [diff] | |
parent | 8f9ca23c1e8ec57300548b763975497fa7e5ffb0 [diff] |
Merge "Fix a typo. NFC." into main
diff --git a/cc/lto.go b/cc/lto.go index ff2bf5a..e334af9 100644 --- a/cc/lto.go +++ b/cc/lto.go
@@ -108,7 +108,7 @@ var ltoLdFlags []string // The module did not explicitly turn on LTO. Only leverage LTO's - // better dead code elinmination and CFG simplification, but do + // better dead code elimination and CFG simplification, but do // not perform costly optimizations for a balance between compile // time, binary size and performance. if !lto.ThinLTO() {