[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:
Michael Jones 2022-10-07 16:16:15 -07:00
parent 09d84e0ad8
commit 7c7f331a00
1 changed files with 1 additions and 2 deletions

View File

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