aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-10-11 18:53:09 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-10-11 18:53:09 +0000
commit6178bed87c4874e4760711a68fd4aa50f9a1d588 (patch)
treefa1cd0257411d4cc37291a0ae1bd4532fb9fd75a /include/llvm
parent42170ac977990187aa1fe8f11b96b5966234c9da (diff)
downloadexternal_llvm-6178bed87c4874e4760711a68fd4aa50f9a1d588.tar.gz
external_llvm-6178bed87c4874e4760711a68fd4aa50f9a1d588.tar.bz2
external_llvm-6178bed87c4874e4760711a68fd4aa50f9a1d588.zip
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83780 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 b3a5988995..109973042f 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 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 {