diff options
| author | Gary Guo <gary@garyguo.net> | 2022-10-11 18:02:07 +0100 |
|---|---|---|
| committer | Gary Guo <gary@garyguo.net> | 2022-10-23 20:30:16 +0100 |
| commit | 979d1a2c78a3fd45807eb28ccff5aeea37128e0f (patch) | |
| tree | a9f2c62606fce30836316b94b1e3874d5076e692 /library/panic_unwind/src | |
| parent | daf3063056d6c3dbd402d5b940f0b28aac0e1dff (diff) | |
| download | rust-979d1a2c78a3fd45807eb28ccff5aeea37128e0f.tar.gz rust-979d1a2c78a3fd45807eb28ccff5aeea37128e0f.zip | |
Apply suggestion
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
Diffstat (limited to 'library/panic_unwind/src')
| -rw-r--r-- | library/panic_unwind/src/gcc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/src/gcc.rs b/library/panic_unwind/src/gcc.rs index 777ae41fab1..0b7a873a691 100644 --- a/library/panic_unwind/src/gcc.rs +++ b/library/panic_unwind/src/gcc.rs @@ -42,7 +42,7 @@ use core::ptr; use unwind as uw; -// In case where multiple copies of std is compiled into a single binary, +// In case where multiple copies of std exist in a single process, // we use address of this static variable to distinguish an exception raised by // this copy and some other copy (which needs to be treated as foreign exception). static CANARY: u8 = 0; |
