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.
2 parents 3b5f039 + 693ac1a commit f2705f8Copy full SHA for f2705f8
src/print/fuchsia.rs
@@ -286,7 +286,7 @@ struct Dso<'a> {
286
/// of a shared object it will be the soname (see DT_SONAME).
287
name: &'a str,
288
/// 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
+ /// requirement. There's no way to match up DSO information with a real ELF
290
/// file afterwards if there is no build_id so we require that every DSO
291
/// have one here. DSO's without a build_id are ignored.
292
build_id: &'a [u8],
0 commit comments