about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authordavidrusu <davidrusu.me@gmail.com>2022-07-16 10:18:19 -0400
committerTshepang Mbambo <tshepang@gmail.com>2022-07-16 16:44:10 +0200
commit749034f4ffea34b78a1c302fe7f2bd048efc30f7 (patch)
tree6fb80839f3d159068d304e38754ac67cf3141d9f /src/doc/rustc-dev-guide
parent7e15874ff980b0498bc8cb5eb54770dc1aea21e8 (diff)
downloadrust-749034f4ffea34b78a1c302fe7f2bd048efc30f7.tar.gz
rust-749034f4ffea34b78a1c302fe7f2bd048efc30f7.zip
typo: monomorph docs
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/backend/monomorph.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/backend/monomorph.md b/src/doc/rustc-dev-guide/src/backend/monomorph.md
index 7111c634a33..fe61bcb8a3d 100644
--- a/src/doc/rustc-dev-guide/src/backend/monomorph.md
+++ b/src/doc/rustc-dev-guide/src/backend/monomorph.md
@@ -61,7 +61,7 @@ units](../appendix/glossary.md#codegen-unit).
 
 For better incremental build times, the CGU partitioner creates two CGU for each source level
 modules. One is for "stable" i.e. non-generic code and the other is more volatile code i.e.
-monoporphized/specialized instances.
+monomorphized/specialized instances.
 
 For depenencies, consider Crate A and Crate B, such that Crate B depends on Crate A.
 The following table lists different scenarios for a function in Crate A that might be used by one