Skip to content

Commit ab59a31

Browse files
authored
Unrolled build for rust-lang#136297
Rollup merge of rust-lang#136297 - zeenix:patch-1, r=lqd Fix a typo in profile-guided-optimization.md It's either "profile-guided" or "profiled-guided" and I think it'sw the former. :)
2 parents 25a1657 + 4475393 commit ab59a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/rustc/src/profile-guided-optimization.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
`rustc` supports doing profile-guided optimization (PGO).
44
This chapter describes what PGO is, what it is good for, and how it can be used.
55

6-
## What Is Profiled-Guided Optimization?
6+
## What Is Profile-Guided Optimization?
77

88
The basic concept of PGO is to collect data about the typical execution of
99
a program (e.g. which branches it is likely to take) and then use this data

0 commit comments

Comments
 (0)