File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ type MachSection = <Mach as MachHeader>::Section;
13
13
type MachNlist = <Mach as MachHeader >:: Nlist ;
14
14
15
15
impl Mapping {
16
- // The loading path for OSX is so different we just have a completely
17
- // different implementation of the function here. On OSX we need to go
16
+ // The loading path for macOS is so different we just have a completely
17
+ // different implementation of the function here. On macOS we need to go
18
18
// probing the filesystem for a bunch of files.
19
19
pub fn new ( path : & Path ) -> Option < Mapping > {
20
20
// First up we need to load the unique UUID which is stored in the macho
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use backtrace::Backtrace;
4
4
// function for frames which reports the starting address of a symbol. As a
5
5
// result it's only enabled on a few platforms.
6
6
const ENABLED : bool = cfg ! ( all(
7
- // Windows hasn't really been tested, and OSX doesn't support actually
7
+ // Windows hasn't really been tested, and macOS doesn't support actually
8
8
// finding an enclosing frame, so disable this
9
9
target_os = "linux" ,
10
10
// On ARM finding the enclosing function is simply returning the ip itself.
You can’t perform that action at this time.
0 commit comments