Index: src/OFDate.h ================================================================== --- src/OFDate.h +++ src/OFDate.h @@ -222,16 +222,16 @@ * \return The microseconds part of the seconds since 1970-01-01T00:00:00Z */ - (uint32_t)microsecondsOfTimeIntervalSince1970; /** - * \return The seconds the date is after the receiver + * \return The seconds the receiver is after the date. */ - (int64_t)timeIntervalSinceDate: (OFDate*)date; /** - * \return The microseconds part of the seconds the date is after the receiver + * \return The microseconds part of the seconds the receiver is after the date */ - (uint32_t)microsecondsOfTimeIntervalSinceDate: (OFDate*)date; /** * Returns a new date with the specified time interval added.