mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -251,7 +251,7 @@ namespace sys {
|
|||||||
return seconds_ - PosixZeroTime.seconds_;
|
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.
|
/// Win32 platforms, correcting for the difference in Win32 zero time.
|
||||||
/// @brief Convert to windows time (seconds since 12:00:00a Jan 1, 1601)
|
/// @brief Convert to windows time (seconds since 12:00:00a Jan 1, 1601)
|
||||||
uint64_t toWin32Time() const {
|
uint64_t toWin32Time() const {
|
||||||
|
Reference in New Issue
Block a user