Fix typo.

llvm-svn: 83780
This commit is contained in:
Nick Lewycky 2009-10-11 18:53:09 +00:00
parent a958e6eedf
commit 9d708ff741

View File

@ -251,7 +251,7 @@ namespace sys {
return seconds_ - PosixZeroTime.seconds_;
}
/// Converts the TimeValue into the correspodning number of "ticks" for
/// Converts the TimeValue into the corresponding number of "ticks" for
/// Win32 platforms, correcting for the difference in Win32 zero time.
/// @brief Convert to windows time (seconds since 12:00:00a Jan 1, 1601)
uint64_t toWin32Time() const {