[llvm-commits] [llvm] r83779 - /llvm/trunk/include/llvm/System/TimeValue.h
Nick Lewycky
nicholas at mxc.ca
Sun Oct 11 11:47:33 PDT 2009
Author: nicholas
Date: Sun Oct 11 13:47:33 2009
New Revision: 83779
URL: http://llvm.org/viewvc/llvm-project?rev=83779&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/include/llvm/System/TimeValue.h
Modified: llvm/trunk/include/llvm/System/TimeValue.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/TimeValue.h?rev=83779&r1=83778&r2=83779&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/TimeValue.h (original)
+++ llvm/trunk/include/llvm/System/TimeValue.h Sun Oct 11 13:47:33 2009
@@ -251,7 +251,7 @@
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 {
More information about the llvm-commits
mailing list