From 7c7f331a002be5ff07d750df123a8b052985a949 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Fri, 7 Oct 2022 16:16:15 -0700 Subject: [PATCH] [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 --- libc/src/time/clock_gettime.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libc/src/time/clock_gettime.cpp b/libc/src/time/clock_gettime.cpp index 407135b6d3eb..df7929f3f1b1 100644 --- a/libc/src/time/clock_gettime.cpp +++ b/libc/src/time/clock_gettime.cpp @@ -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.