We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dbb5d commit b28b219Copy full SHA for b28b219
src/linux/mod.rs
@@ -308,7 +308,7 @@ impl<'a> SharedLibraryTrait for SharedLibrary<'a> {
308
}
309
310
fn id(&self) -> Option<SharedLibraryId> {
311
- // Search for `PT_NOTE` segments, containing auxilliary information.
+ // Search for `PT_NOTE` segments, containing auxiliary information.
312
// Such segments contain a series of "notes" and one kind of note is
313
// `NT_GNU_BUILD_ID`, whose payload contains a unique identifier
314
// generated by the linker. Return the first one we find, if any.
0 commit comments