mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Fix a typo in comment
llvm-svn: 259631
This commit is contained in:
parent
01e1f68547
commit
3e2749fc6c
@ -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++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user