Fix a typo in comment

llvm-svn: 259631
This commit is contained in:
Xinliang David Li 2016-02-03 06:24:11 +00:00
parent 01e1f68547
commit 3e2749fc6c

View File

@ -235,7 +235,7 @@ void InstrProfWriter::writeImpl(ProfOStream &OS) {
Header.HashOffset = 0;
int N = sizeof(IndexedInstrProf::Header) / sizeof(uint64_t);
// Only write out all the fields execpt 'HashOffset'. We need
// Only write out all the fields except 'HashOffset'. We need
// to remember the offset of that field to allow back patching
// later.
for (int I = 0; I < N - 1; I++)