File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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;
1313type MachNlist = <Mach as MachHeader >:: Nlist ;
1414
1515impl 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
1818 // probing the filesystem for a bunch of files.
1919 pub fn new ( path : & Path ) -> Option < Mapping > {
2020 // 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;
44// function for frames which reports the starting address of a symbol. As a
55// result it's only enabled on a few platforms.
66const 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
88 // finding an enclosing frame, so disable this
99 target_os = "linux" ,
1010 // On ARM finding the enclosing function is simply returning the ip itself.
You can’t perform that action at this time.
0 commit comments