From 4e8e8d6b18fccced6738aa85dfc28105c7add469 Mon Sep 17 00:00:00 2001 From: George Burgess IV Date: Sat, 26 May 2018 02:28:43 +0000 Subject: Fix a typo; NFC git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@333331 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/xray/xray_records.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xray/xray_records.h') 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; -- cgit v1.2.3