forked from OSchip/llvm-project
[libc][nfc] fix comment in clock_gettime
The first line got split because it was too long. Now it's fixed. Differential Revision: https://reviews.llvm.org/D135498
This commit is contained in:
parent
09d84e0ad8
commit
7c7f331a00
|
@ -1,5 +1,4 @@
|
|||
//===---------- Linux implementation of the POSIX clock_gettime function
|
||||
//--------===//
|
||||
//===---------- Linux implementation of the POSIX clock_gettime function --===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
||||
|
|
Loading…
Reference in New Issue