Skip to content

Commit 888eb40

Browse files
Update library/panic_unwind/src/seh.rs
Co-authored-by: Daniel Paoliello <[email protected]>
1 parent c12d8c1 commit 888eb40

File tree

1 file changed

+1
-1
lines changed
  • library/panic_unwind/src

1 file changed

+1
-1
lines changed

library/panic_unwind/src/seh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ static mut TYPE_DESCRIPTOR: _TypeDescriptor = _TypeDescriptor {
269269
// which the C++ runtime will attempt to copy, which will once again fail, and
270270
// a std::bad_exception instance ends up in the std::exception_ptr instance.
271271
// The lack of data doesn't matter because the exception will never be rethrown
272-
// - it is purely used to signal to the C+ runtime that copying failed.
272+
// - it is purely used to signal to the C++ runtime that copying failed.
273273
macro_rules! define_cleanup {
274274
($abi:tt $abi2:tt) => {
275275
unsafe extern $abi fn exception_cleanup(e: *mut Exception) {

0 commit comments

Comments
 (0)