Skip to content

Commit a0382eb

Browse files
authored
Merge pull request gimli-rs#79 from striezel-stash/fix-typo
Fix a typo
2 parents 83dbb5d + b28b219 commit a0382eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linux/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ impl<'a> SharedLibraryTrait for SharedLibrary<'a> {
308308
}
309309

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

0 commit comments

Comments
 (0)