Skip to content

Commit 2170708

Browse files
Update lld/MachO/BPSectionOrderer.cpp
Co-authored-by: Ellis Hoag <[email protected]>
1 parent b4f7ddf commit 2170708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/BPSectionOrderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ getRelocHash(const Reloc &reloc,
6464
// Get a hash of the unwind info (after relocation).
6565
// This hash is not 100% accurate, but it's good enough for compression.
6666
//
67-
// Unwind info will be eliminated if it is the same with its neighboors.
67+
// Unwind info will be eliminated if it is the same as its neighbors.
6868
// We want to order functions such that the ones with similar unwind info
6969
// can stay together.
7070
// See more here:

0 commit comments

Comments
 (0)