[Openmp-commits] [PATCH] D101552: Correct tiny misspelling (readlef -> readelf).Getting my feet wet here as a new committer.
Kevin Athey via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Apr 29 10:31:47 PDT 2021
kda created this revision.
kda added a reviewer: vitalybuka.
kda requested review of this revision.
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Correct misspelling in check-depends.pl.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D101552
Files:
openmp/runtime/tools/check-depends.pl
Index: openmp/runtime/tools/check-depends.pl
===================================================================
--- openmp/runtime/tools/check-depends.pl
+++ 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($) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101552.341571.patch
Type: text/x-patch
Size: 447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210429/a512c73b/attachment.bin>
More information about the Openmp-commits
mailing list