Skip to content

Commit c8974af

Browse files
committed
fix typos to cycle bots
1 parent 3898d98 commit c8974af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/COFF/DebugTypes.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) {
647647
merged.recHashes.push_back(pdbHash);
648648

649649
// Retain a mapping from PDB function id to PDB function type. This mapping is
650-
// used during symbol procesing to rewrite S_GPROC32_ID symbols to S_GPROC32
650+
// used during symbol processing to rewrite S_GPROC32_ID symbols to S_GPROC32
651651
// symbols.
652652
if (ty.kind() == LF_FUNC_ID || ty.kind() == LF_MFUNC_ID) {
653653
bool success = ty.length() >= 12;
@@ -732,7 +732,7 @@ void TypeServerSource::loadGHashes() {
732732
return;
733733
Expected<pdb::TpiStream &> expectedIpi = pdbFile.getPDBIpiStream();
734734
if (auto e = expectedIpi.takeError())
735-
fatal("error retreiving IPI stream: " + toString(std::move(e)));
735+
fatal("error retrieving IPI stream: " + toString(std::move(e)));
736736
ipiSrc->assignGHashesFromVector(
737737
GloballyHashedType::hashIds(expectedIpi->typeArray(), ghashes));
738738

0 commit comments

Comments
 (0)