[PATCH] D72196: [lld] Fix trivial typos in comments
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 10:25:50 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: lld/lib/Core/Resolver.cpp:438
-// remove from _atoms all coaleseced away atoms
+// remove from _atoms all coalesced away atoms
void Resolver::removeCoalescedAwayAtoms() {
----------------
Capitalize and add a period.
================
Comment at: lld/wasm/InputFiles.cpp:302
sectionIndex++;
- // Scans relocations to dermine determine if a function symbol is called
- // directly
+ // Scans relocations to determine if a function symbol is called directly
for (const WasmRelocation &reloc : section.Relocations)
----------------
I'll add a period for you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72196/new/
https://reviews.llvm.org/D72196
More information about the llvm-commits
mailing list