diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/timespec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/timespec.h b/support/timespec.h index 4a8b341c5a..e9f466b3d1 100644 --- a/support/timespec.h +++ b/support/timespec.h @@ -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) |