]> granicus.if.org Git - llvm/commitdiff
[XRay] - Fix spelling error to test commit access.
authorKeith Wyss <wyssman@gmail.com>
Thu, 6 Apr 2017 03:32:01 +0000 (03:32 +0000)
committerKeith Wyss <wyssman@gmail.com>
Thu, 6 Apr 2017 03:32:01 +0000 (03:32 +0000)
Just a spelling change in a comment intended to test svn commit access.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299616 91177308-0d34-0410-b5e6-96231b3b80d8

lib/XRay/Trace.cpp

index 90be4a916029e182d376a4f58cf370907e13dce4..d2984697c8a9ea251c2de8ebe86ff4d78cff405c 100644 (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.