summaryrefslogtreecommitdiff
path: root/lib/XRay/Trace.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/XRay/Trace.cpp')
-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.