Skip to content

Commit 979d1a2

Browse files
nbdd0121Amanieu
andcommitted
Apply suggestion
Co-authored-by: Amanieu d'Antras <[email protected]>
1 parent daf3063 commit 979d1a2

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

+1-1
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)