[Openmp-commits] [openmp] bc91200 - Correct tiny misspelling (readlef -> readelf).
Kevin Athey via Openmp-commits
openmp-commits at lists.llvm.org
Fri Apr 30 17:20:40 PDT 2021
Author: Kevin Athey
Date: 2021-04-30T17:20:35-07:00
New Revision: bc9120047b91bf474bb72b093070ab9cd0a2bf6b
URL: https://github.com/llvm/llvm-project/commit/bc9120047b91bf474bb72b093070ab9cd0a2bf6b
DIFF: https://github.com/llvm/llvm-project/commit/bc9120047b91bf474bb72b093070ab9cd0a2bf6b.diff
LOG: 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
Added:
Modified:
openmp/runtime/tools/check-depends.pl
Removed:
################################################################################
diff --git a/openmp/runtime/tools/check-depends.pl b/openmp/runtime/tools/check-depends.pl
index 3cd30c2be2212..aca888b331e2b 100755
--- a/openmp/runtime/tools/check-depends.pl
+++ b/openmp/runtime/tools/check-depends.pl
@@ -90,7 +90,7 @@ ($)
# 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($) {
More information about the Openmp-commits
mailing list