]> git.proxmox.com Git - rustc.git/blobdiff - vendor/gimli/src/read/pubnames.rs
New upstream version 1.65.0+dfsg1
[rustc.git] / vendor / gimli / src / read / pubnames.rs
index f05861f70068f3351238fc9ec9f9461eb382233a..e8b7e5528633fcf908508cb86c72467a1d00ac3d 100644 (file)
@@ -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};