[llvm-commits] [llvm] r83780 - /llvm/trunk/include/llvm/System/TimeValue.h

Nick Lewycky nicholas at mxc.ca
Sun Oct 11 11:53:09 PDT 2009


Author: nicholas
Date: Sun Oct 11 13:53:09 2009
New Revision: 83780

URL: http://llvm.org/viewvc/llvm-project?rev=83780&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=83780&r1=83779&r2=83780&view=diff

==============================================================================
--- llvm/trunk/include/llvm/System/TimeValue.h (original)
+++ llvm/trunk/include/llvm/System/TimeValue.h Sun Oct 11 13:53:09 2009
@@ -251,7 +251,7 @@
       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 {





More information about the llvm-commits mailing list