We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12d8c1 commit 888eb40Copy full SHA for 888eb40
library/panic_unwind/src/seh.rs
@@ -269,7 +269,7 @@ static mut TYPE_DESCRIPTOR: _TypeDescriptor = _TypeDescriptor {
269
// which the C++ runtime will attempt to copy, which will once again fail, and
270
// a std::bad_exception instance ends up in the std::exception_ptr instance.
271
// 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.
+// - it is purely used to signal to the C++ runtime that copying failed.
273
macro_rules! define_cleanup {
274
($abi:tt $abi2:tt) => {
275
unsafe extern $abi fn exception_cleanup(e: *mut Exception) {
0 commit comments