summaryrefslogtreecommitdiff
path: root/compiler-rt/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
commit17bc1b1612eee38c22d391dabb77fc52ade7bac5 (patch)
tree195dda0bdb0d23d84386e9a0e29cb5f225cd1889 /compiler-rt/include
parent8f8be28c973a10bc9bae944f0d20a3b3ad065a35 (diff)
Fix a typo; NFC
Diffstat (limited to 'compiler-rt/include')
-rw-r--r--compiler-rt/include/xray/xray_records.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/include/xray/xray_records.h b/compiler-rt/include/xray/xray_records.h
index 18cc042c6c7..2b415bbc9c5 100644
--- a/compiler-rt/include/xray/xray_records.h
+++ b/compiler-rt/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;