Skip to content

Commit b94deb1

Browse files
tshepangspastorino
authored andcommitted
fix typo (#412)
1 parent 84aa336 commit b94deb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/how-to-build-and-run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following tables indicate the outputs of various stage actions:
160160
| `stage0` builds `rustc` with `stage0-sysroot` | `build/HOST/stage0-rustc/HOST` |
161161
| copy `stage0-rustc (except executable)` | `build/HOST/stage0-sysroot/lib/rustlib/HOST` |
162162
| build `llvm` | `build/HOST/llvm` |
163-
| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codgen/HOST` |
163+
| `stage0` builds `codegen` with `stage0-sysroot` | `build/HOST/stage0-codegen/HOST` |
164164
| `stage0` builds `rustdoc` with `stage0-sysroot` | `build/HOST/stage0-tools/HOST` |
165165

166166
`--stage=0` stops here.

0 commit comments

Comments
 (0)