Skip to content

Commit 05084c6

Browse files
committed
Update src/compiler-debugging.md
1 parent c328379 commit 05084c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to use GDB to debug rustc, please set `config.toml` with options:
2424
[rust]
2525
debug = true
2626
debuginfo-level = 2
27-
# WANRING: this will cost a lot of disk space (about 35GB) and compiling time.
27+
# WARNING: this will use a lot of disk space (about 35GB) and compile time.
2828
# Without debuginfo-level, you may also track the execution path, but lost
2929
# the symbol information for debugging.
3030
```

0 commit comments

Comments
 (0)