We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 190a9c9 + 6611153 commit 22c34ddCopy full SHA for 22c34dd
stdlib/public/runtime/Errors.cpp
@@ -506,11 +506,11 @@ void swift::swift_abortRetainUnowned(const void *object) {
506
if (object) {
507
swift::fatalError(FatalErrorFlags::ReportBacktrace,
508
"Fatal error: Attempted to read an unowned reference but "
509
- "object %p was already deallocated\n", object);
+ "object %p was already destroyed\n", object);
510
} else {
511
512
513
- "the object was already deallocated\n");
+ "the object was already destroyed\n");
514
}
515
516
0 commit comments