]> git.proxmox.com Git - rustc.git/blobdiff - vendor/backtrace/tests/skip_inner_frames.rs
New upstream version 1.69.0+dfsg1
[rustc.git] / vendor / backtrace / tests / skip_inner_frames.rs
index 8b57bef529ceccd86f5c03ab328dbc38508f5afb..60bba35e6ffc6abe7a613502c4b9a0820729eb19 100644 (file)
@@ -4,7 +4,7 @@ use backtrace::Backtrace;
 // function for frames which reports the starting address of a symbol. As a
 // result it's only enabled on a few platforms.
 const ENABLED: bool = cfg!(all(
-    // Windows hasn't really been tested, and OSX doesn't support actually
+    // Windows hasn't really been tested, and macOS doesn't support actually
     // finding an enclosing frame, so disable this
     target_os = "linux",
     // On ARM finding the enclosing function is simply returning the ip itself.