Fix a typo; NFC

llvm-svn: 333331
This commit is contained in:
George Burgess IV 2018-05-26 02:28:43 +00:00
parent e81681805c
commit d30bcab70e
1 changed files with 1 additions and 1 deletions

View File

@ -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;