]> git.lizzy.rs Git - rust.git/commitdiff
Apply suggestion
authorGary Guo <gary@garyguo.net>
Tue, 11 Oct 2022 17:02:07 +0000 (18:02 +0100)
committerGary Guo <gary@garyguo.net>
Sun, 23 Oct 2022 19:30:16 +0000 (20:30 +0100)
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
library/panic_unwind/src/gcc.rs

index 777ae41fab1242fad85bcac31aee4fd21c3e1e1a..0b7a873a691cc020f70e693307e624f00dbaaef1 100644 (file)
@@ -42,7 +42,7 @@
 
 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;