summaryrefslogtreecommitdiff
path: root/include/llvm/System
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
commit706945764a963b33c16886a80c0958ba65c1a0ae (patch)
treefa1cd0257411d4cc37291a0ae1bd4532fb9fd75a /include/llvm/System
parent2bc6b9acd6c877c5e0d7f9a4ad733900b03cff24 (diff)
downloadllvm-706945764a963b33c16886a80c0958ba65c1a0ae.tar.gz
llvm-706945764a963b33c16886a80c0958ba65c1a0ae.tar.bz2
llvm-706945764a963b33c16886a80c0958ba65c1a0ae.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83780 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-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 {