mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Fix typo.
llvm-svn: 83779
This commit is contained in:
parent
8ae883b5f0
commit
a958e6eedf
@ -251,7 +251,7 @@ namespace sys {
|
||||
return seconds_ - PosixZeroTime.seconds_;
|
||||
}
|
||||
|
||||
/// Converts the TiemValue into the correspodning number of "ticks" for
|
||||
/// Converts the TimeValue into the correspodning 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 {
|
||||
|
Loading…
Reference in New Issue
Block a user