diff options
| author | kennytm <kennytm@gmail.com> | 2018-11-13 13:03:16 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-11-13 19:20:44 +0800 |
| commit | 5ccc76fe5c176988a7d454adbb5241764e907ce4 (patch) | |
| tree | e3c6e12f2da5fabc9afa3aaf40bce0aff2733d2c /src/librustc_codegen_llvm | |
| parent | 910289c9da9f8daa8f89bac5c06dc06d3bcad201 (diff) | |
| parent | a62af858e003e4077f5f4554c3235a4c82636b7e (diff) | |
| download | rust-5ccc76fe5c176988a7d454adbb5241764e907ce4.tar.gz rust-5ccc76fe5c176988a7d454adbb5241764e907ce4.zip | |
Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser
Fix typos.
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/llvm_util.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/llvm_util.rs b/src/librustc_codegen_llvm/llvm_util.rs index eaa599e0cd0..267d7e0d54b 100644 --- a/src/librustc_codegen_llvm/llvm_util.rs +++ b/src/librustc_codegen_llvm/llvm_util.rs @@ -184,7 +184,7 @@ const WASM_WHITELIST: &[(&str, Option<&str>)] = &[ ]; /// When rustdoc is running, provide a list of all known features so that all their respective -/// primtives may be documented. +/// primitives may be documented. /// /// IMPORTANT: If you're adding another whitelist to the above lists, make sure to add it to this /// iterator! |
