summaryrefslogtreecommitdiffstats
path: root/vendor/gimli/src/read/pubnames.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gimli/src/read/pubnames.rs')
-rw-r--r--vendor/gimli/src/read/pubnames.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gimli/src/read/pubnames.rs b/vendor/gimli/src/read/pubnames.rs
index f05861f70..e8b7e5528 100644
--- a/vendor/gimli/src/read/pubnames.rs
+++ b/vendor/gimli/src/read/pubnames.rs
@@ -58,7 +58,7 @@ where
///
/// It is the caller's responsibility to read the `.debug_pubnames` section and
/// present it as a `&[u8]` slice. That means using some ELF loader on
- /// Linux, a Mach-O loader on OSX, etc.
+ /// Linux, a Mach-O loader on macOS, etc.
///
/// ```
/// use gimli::{DebugPubNames, LittleEndian};