[XRay] - Fix spelling error to test commit access.

Just a spelling change in a comment intended to test svn commit access.

llvm-svn: 299616
This commit is contained in:
Keith Wyss 2017-04-06 03:32:01 +00:00
parent 5036cc6768
commit e96152a944
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ Error processFDRWallTimeRecord(FDRState &State, uint8_t RecordFirstByte,
}
/// Advances the state machine for reading the FDR record type by reading one
/// Metadata Record and updating the State approriately based on the kind of
/// Metadata Record and updating the State appropriately based on the kind of
/// record encountered. The RecordKind is encoded in the first byte of the
/// Record, which the caller should pass in because they have already read it
/// to determine that this is a metadata record as opposed to a function record.