From a958e6eedfe11a0eb47a80824bca28097593cf2a Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sun, 11 Oct 2009 18:47:33 +0000 Subject: [PATCH] Fix typo. llvm-svn: 83779 --- include/llvm/System/TimeValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 4e419f1b7a6..b3a59889953 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -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 {