Correct tiny misspelling (readlef -> readelf).

Getting my feet wet here as a new committer.

Correct misspelling in check-depends.pl.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D101552
This commit is contained in:
Kevin Athey 2021-04-29 09:58:19 -07:00
parent 818b508953
commit bc9120047b

View File

@ -90,7 +90,7 @@ sub get_deps_ldd($) {
# 0x0000000000000005 (STRTAB) 0x9350
# ...
#
# Note: In contrast to ldd, readlef shows only direct dependencies.
# Note: In contrast to ldd, readelf shows only direct dependencies.
#
sub get_deps_readelf($) {