Skip to content

Commit 18cc4f0

Browse files
committed
Fix spelling mistakes
1 parent cf80eee commit 18cc4f0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,9 @@ impl WriteBackendMethods for GccCodegenBackend {
360360
cgcx: &CodegenContext<Self>,
361361
modules: Vec<FatLtoInput<Self>>,
362362
cached_modules: Vec<(SerializedModule<Self::ModuleBuffer>, WorkProduct)>,
363-
diff_fncs: Vec<AutoDiffItem>,
363+
diff_functions: Vec<AutoDiffItem>,
364364
) -> Result<ModuleCodegen<Self::Module>, FatalError> {
365-
if !diff_fncs.is_empty() {
365+
if !diff_functions.is_empty() {
366366
unimplemented!();
367367
}
368368

tools/cspell_dicts/rustc_codegen_gcc.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ clzll
88
cmse
99
codegened
1010
csky
11+
ctfe
1112
ctlz
1213
ctpop
1314
cttz
@@ -47,6 +48,7 @@ mavx
4748
mcmodel
4849
minimumf
4950
minnumf
51+
miri
5052
monomorphization
5153
monomorphizations
5254
monomorphized

0 commit comments

Comments
 (0)