summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2018-05-26 02:28:43 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2018-05-26 02:28:43 +0000
commit4e8e8d6b18fccced6738aa85dfc28105c7add469 (patch)
tree884ebaf43f6a7304212d8a675ea3e6a677663f55 /include
parentda449d868c2a71baaf120c70ac764f138c8bcfbe (diff)
Fix a typo; NFC
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@333331 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/xray/xray_records.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xray/xray_records.h b/include/xray/xray_records.h
index 18cc042c6..2b415bbc9 100644
--- a/include/xray/xray_records.h
+++ b/include/xray/xray_records.h
@@ -54,7 +54,7 @@ struct alignas(32) XRayFileHeader {
union {
char FreeForm[16];
- // The current civiltime timestamp, as retrived from 'clock_gettime'. This
+ // The current civiltime timestamp, as retrieved from 'clock_gettime'. This
// allows readers of the file to determine when the file was created or
// written down.
struct timespec TS;