[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:58 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7c7f331a002b: [libc][nfc] fix comment in clock_gettime (authored by michaelrj).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135498/new/

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.466217.patch
Type: text/x-patch
Size: 516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221007/a56632a0/attachment-0001.bin>


More information about the libc-commits mailing list