Skip to content

Commit f2705f8

Browse files
authored
Merge pull request #456 from steffahn/fix-typos
Fix miscorrected typo
2 parents 3b5f039 + 693ac1a commit f2705f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/print/fuchsia.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ struct Dso<'a> {
286286
/// of a shared object it will be the soname (see DT_SONAME).
287287
name: &'a str,
288288
/// On Fuchsia virtually all binaries have build IDs but this is not a strict
289-
/// requirements. There's no way to match up DSO information with a real ELF
289+
/// requirement. There's no way to match up DSO information with a real ELF
290290
/// file afterwards if there is no build_id so we require that every DSO
291291
/// have one here. DSO's without a build_id are ignored.
292292
build_id: &'a [u8],

0 commit comments

Comments
 (0)