[libc-commits] [libc] 7c7f331 - [libc][nfc] fix comment in clock_gettime

Michael Jones via libc-commits libc-commits at lists.llvm.org
Fri Oct 7 16:17:50 PDT 2022


Author: Michael Jones
Date: 2022-10-07T16:17:41-07:00
New Revision: 7c7f331a002be5ff07d750df123a8b052985a949

URL: https://github.com/llvm/llvm-project/commit/7c7f331a002be5ff07d750df123a8b052985a949
DIFF: https://github.com/llvm/llvm-project/commit/7c7f331a002be5ff07d750df123a8b052985a949.diff

LOG: [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

Added: 
    

Modified: 
    libc/src/time/clock_gettime.cpp

Removed: 
    


################################################################################
diff  --git a/libc/src/time/clock_gettime.cpp b/libc/src/time/clock_gettime.cpp
index 407135b6d3ebf..df7929f3f1b13 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.


        


More information about the libc-commits mailing list