summaryrefslogtreecommitdiffstats
path: root/vendor/gimli/src/read/line.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/gimli/src/read/line.rs')
-rw-r--r--vendor/gimli/src/read/line.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gimli/src/read/line.rs b/vendor/gimli/src/read/line.rs
index 096ddf07b..0e7380bb9 100644
--- a/vendor/gimli/src/read/line.rs
+++ b/vendor/gimli/src/read/line.rs
@@ -27,7 +27,7 @@ where
///
/// It is the caller's responsibility to read the `.debug_line` 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::{DebugLine, LittleEndian};