From bc9120047b91bf474bb72b093070ab9cd0a2bf6b Mon Sep 17 00:00:00 2001 From: Kevin Athey Date: Thu, 29 Apr 2021 09:58:19 -0700 Subject: [PATCH] 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 --- openmp/runtime/tools/check-depends.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmp/runtime/tools/check-depends.pl b/openmp/runtime/tools/check-depends.pl index 3cd30c2..aca888b 100755 --- a/openmp/runtime/tools/check-depends.pl +++ b/openmp/runtime/tools/check-depends.pl @@ -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($) { -- 2.7.4