diff options
| author | Keith Wyss <wyssman@gmail.com> | 2017-04-06 03:32:01 +0000 |
|---|---|---|
| committer | Keith Wyss <wyssman@gmail.com> | 2017-04-06 03:32:01 +0000 |
| commit | e96152a944437f1407b65817f7cccb842ba6512a (patch) | |
| tree | aac169b52286b14aff560321b4579801a4253b21 /llvm | |
| parent | 5036cc676825ae04a0dae9bc298bc289dc5b425b (diff) | |
| download | bcm5719-llvm-e96152a944437f1407b65817f7cccb842ba6512a.tar.gz bcm5719-llvm-e96152a944437f1407b65817f7cccb842ba6512a.zip | |
[XRay] - Fix spelling error to test commit access.
Just a spelling change in a comment intended to test svn commit access.
llvm-svn: 299616
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/XRay/Trace.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/XRay/Trace.cpp b/llvm/lib/XRay/Trace.cpp index 90be4a91602..d2984697c8a 100644 --- a/llvm/lib/XRay/Trace.cpp +++ b/llvm/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. |

