aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-10-11 18:47:33 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-10-11 18:47:33 +0000
commit42170ac977990187aa1fe8f11b96b5966234c9da (patch)
treee5a623a4c3dec7865b79456408c52a1a7078cf8b /include/llvm
parent59be447db438daefb7cdc64feeb2595f474f0be8 (diff)
downloadexternal_llvm-42170ac977990187aa1fe8f11b96b5966234c9da.tar.gz
external_llvm-42170ac977990187aa1fe8f11b96b5966234c9da.tar.bz2
external_llvm-42170ac977990187aa1fe8f11b96b5966234c9da.zip
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/System/TimeValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h
index 4e419f1b7a..b3a5988995 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 {