[compiler-rt] r333331 - Fix a typo; NFC

George Burgess IV via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 19:28:43 PDT 2018


Author: gbiv
Date: Fri May 25 19:28:43 2018
New Revision: 333331

URL: http://llvm.org/viewvc/llvm-project?rev=333331&view=rev
Log:
Fix a typo; NFC

Modified:
    compiler-rt/trunk/include/xray/xray_records.h

Modified: compiler-rt/trunk/include/xray/xray_records.h
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/include/xray/xray_records.h?rev=333331&r1=333330&r2=333331&view=diff
==============================================================================
--- compiler-rt/trunk/include/xray/xray_records.h (original)
+++ compiler-rt/trunk/include/xray/xray_records.h Fri May 25 19:28:43 2018
@@ -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;




More information about the llvm-commits mailing list