Skip to content

Commit 4280b36

Browse files
RalfJungnbdd0121
andauthored
fix typo
Co-authored-by: Gary Guo <[email protected]>
1 parent 1c3261a commit 4280b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/ffi_unwind_calls.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::errors;
1212

1313
/// Some of the functions declard as "may unwind" by `fn_can_unwind` can't actually unwind. In
1414
/// particular, `extern "C"` is still considered as can-unwind on stable, but we need to to consider
15-
/// it cannot-unwind here. So below we check `fn_can_unwind() && abi_can_unwind()` before cincluding
15+
/// it cannot-unwind here. So below we check `fn_can_unwind() && abi_can_unwind()` before concluding
1616
/// that a function call can unwind.
1717
fn abi_can_unwind(abi: Abi) -> bool {
1818
use Abi::*;

0 commit comments

Comments
 (0)