Skip to content

Commit

Permalink
Merge pull request #79 from striezel-stash/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
fitzgen authored Mar 8, 2023
2 parents 83dbb5d + b28b219 commit a0382eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linux/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ impl<'a> SharedLibraryTrait for SharedLibrary<'a> {
}

fn id(&self) -> Option<SharedLibraryId> {
// Search for `PT_NOTE` segments, containing auxilliary information.
// Search for `PT_NOTE` segments, containing auxiliary information.
// Such segments contain a series of "notes" and one kind of note is
// `NT_GNU_BUILD_ID`, whose payload contains a unique identifier
// generated by the linker. Return the first one we find, if any.
Expand Down

0 comments on commit a0382eb

Please sign in to comment.