Revert "[NFCI][DebugInfo]: Corrected a Typo."

This reverts commit 3e1090922a
as per Paul Robinson's suggestion.
This commit is contained in:
Sourabh Singh Tomar 2020-02-21 01:12:52 +05:30
parent 0c8fa6db90
commit 3d0564c7e0
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ Optional<DWARFFormValue> DWARFAbbreviationDeclaration::getAttributeValue(
if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U))
return FormValue;
}
// Match Offset along until we get to the attribute we want.
// March Offset along until we get to the attribute we want.
if (auto FixedSize = Spec.getByteSize(U))
Offset += *FixedSize;
else