From 4c39d333c48aaff2e140eda34cd22e2e9de6a7fe Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Wed, 10 Aug 2022 09:23:00 -0500 Subject: [PATCH] Update src/compiler-debugging.md --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index e29c0c9e..0b1e9f48 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -24,7 +24,7 @@ If you want to use GDB to debug rustc, please set `config.toml` with options: [rust] debug = true debuginfo-level = 2 -# WANRING: this will cost a lot of disk space (about 35GB) and compiling time. +# WARNING: this will use a lot of disk space (about 35GB) and compile time. # Without debuginfo-level, you may also track the execution path, but lost # the symbol information for debugging. ```