File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ void TpiSource::mergeTypeRecord(TypeIndex curIndex, CVType ty) {
647
647
merged.recHashes .push_back (pdbHash);
648
648
649
649
// 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
651
651
// symbols.
652
652
if (ty.kind () == LF_FUNC_ID || ty.kind () == LF_MFUNC_ID) {
653
653
bool success = ty.length () >= 12 ;
@@ -732,7 +732,7 @@ void TypeServerSource::loadGHashes() {
732
732
return ;
733
733
Expected<pdb::TpiStream &> expectedIpi = pdbFile.getPDBIpiStream ();
734
734
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)));
736
736
ipiSrc->assignGHashesFromVector (
737
737
GloballyHashedType::hashIds (expectedIpi->typeArray (), ghashes));
738
738
You can’t perform that action at this time.
0 commit comments