Skip to content

Commit 1ee15f4

Browse files
authored
fixed typo in InputFiles.cpp
1 parent 4363bb8 commit 1ee15f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/InputFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ void DylibFile::loadReexport(StringRef path, DylibFile *umbrella,
16911691
DylibFile *reexport = findDylib(path, umbrella, currentTopLevelTapi);
16921692
if (!reexport) {
16931693
// If not found in umbrella, retry since some rpaths might have been
1694-
// defined in "this" dyblib (which contains the LC_REEXPORT_DYLIB cmd) and
1694+
// defined in "this" dylib (which contains the LC_REEXPORT_DYLIB cmd) and
16951695
// not in the umbrella.
16961696
DylibFile *reexport2 = findDylib(path, this, currentTopLevelTapi);
16971697
if (!reexport2) {

0 commit comments

Comments
 (0)