Skip to content

Commit

Permalink
Fix typo in README of sym-debuginfod example
Browse files Browse the repository at this point in the history
Fix a typo in the README of the sym-debuginfod example.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Oct 4, 2024
1 parent f8fd447 commit 764f08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sym-debuginfod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ An example illustrating advanced usage scenarios of **blazesym**, by using a
```
$ echo $DEBUGINFOD_URLS
> https://debuginfod.fedoraproject.org/
# PID and addresses we captured out-of-band.
# PID and addresses were captured out-of-band.
$ cargo run --package sym-debuginfod -- 3738900 0x7fd4e762a100 0x7fd4e762d200
> 0x007fd4e762a100: _init @ 0xe000+0x100
> 0x007fd4e762d200: gobject_init @ 0x10400+0xe00 /usr/src/debug/glib2-2.78.3-1.fc39.x86_64/redhat-linux-build/../gobject/gtype.c:4608:3
Expand Down

0 comments on commit 764f08e

Please sign in to comment.