summaryrefslogtreecommitdiff
path: root/lib/XRay
diff options
context:
space:
mode:
authorKeith Wyss <wyssman@gmail.com>2017-04-06 03:32:01 +0000
committerKeith Wyss <wyssman@gmail.com>2017-04-06 03:32:01 +0000
commit6eb553fb1a1c37eb704595f084d822de9acf86bc (patch)
treefdfde86685f7a242d4f017e6eef3a903e1e66793 /lib/XRay
parent456e01a064dec93abd54cee23ef0ca034fd313c6 (diff)
[XRay] - Fix spelling error to test commit access.
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
Diffstat (limited to 'lib/XRay')
-rw-r--r--lib/XRay/Trace.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/XRay/Trace.cpp b/lib/XRay/Trace.cpp
index 90be4a91602..d2984697c8a 100644
--- a/lib/XRay/Trace.cpp
+++ b/lib/XRay/Trace.cpp
@@ -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.