Skip to content

Commit c33cef6

Browse files
nbdd0121Amanieu
andauthored
Apply suggestion
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
1 parent eb4caf1 commit c33cef6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

library/panic_unwind/src/gcc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use core::ptr;
4242

4343
use unwind as uw;
4444

45-
// In case where multiple copies of std is compiled into a single binary,
45+
// In case where multiple copies of std exist in a single process,
4646
// we use address of this static variable to distinguish an exception raised by
4747
// this copy and some other copy (which needs to be treated as foreign exception).
4848
static CANARY: u8 = 0;

0 commit comments

Comments
 (0)