[libc-commits] [PATCH] D135498: [libc][nfc] fix comment in clock_gettime

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


michaelrj created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
michaelrj requested review of this revision.

The first line got split because it was too long. Now it's fixed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D135498

Files:
  libc/src/time/clock_gettime.cpp


Index: libc/src/time/clock_gettime.cpp
===================================================================
--- libc/src/time/clock_gettime.cpp
+++ 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135498.466216.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221007/136f44cf/attachment.bin>


More information about the libc-commits mailing list