diff --git a/libs/libc/time/lib_difftime.c b/libs/libc/time/lib_difftime.c index ee2fb80a17..88d847feba 100644 --- a/libs/libc/time/lib_difftime.c +++ b/libs/libc/time/lib_difftime.c @@ -61,7 +61,8 @@ float difftime(time_t time1, time_t time0) } else { - /* Result will be negative. REVISIT: Am I missing any case where bit 31 + /* Result will be negative. + * REVISIT: Am I missing any case where bit 31 * might not be set? */