]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
support: Correct confusing comment
authorMike Crowe <mac@mcrowe.com>
Mon, 20 May 2019 17:55:33 +0000 (14:55 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 20 May 2019 18:05:35 +0000 (15:05 -0300)
* support/timespec.h: Correct confusing comment.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
ChangeLog
support/timespec.h

index a4c0ec0378fc39ecdac9c4e903223d11685db0d6..323e3f5e2b60ceffc0462e0219ed5922e98d55cd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-05-20  Mike Crowe  <mac@mcrowe.com>
+
+       * support/timespec.h: Correct confusing comment.
+
 2019-05-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
        * sysdeps/unix/sysv/linux/ipc_priv.h (SEMTIMEDOP_IPC_ARGS): New
index 4a8b341c5a2c3540e49206ba69f5d36d9a3aef76..e9f466b3d15783ebec20e4cf5310679a3e956e28 100644 (file)
@@ -62,8 +62,8 @@ void test_timespec_equal_or_after_impl (const char *file, int line,
     errno = saved_errno;                                        \
   })
 
-/* Check that the timespec on the left represents a after before the
-   time on the right. */
+/* Check that the timespec on the left represents a time equal to or
+   after the time on the right. */
 #define TEST_TIMESPEC_EQUAL_OR_AFTER(left, right)                       \
   test_timespec_equal_or_after_impl (__FILE__, __LINE__, left, right)