summaryrefslogtreecommitdiffstats
path: root/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
commitc7cf0b223bd637365ff5730158db78976f6bce9e (patch)
treefc349b2f2b0a998a2afec516342978935e1cb9ca /llvm
parent5246987a76fc07f720bfcc99f736bc2266493410 (diff)
downloadbcm5719-llvm-c7cf0b223bd637365ff5730158db78976f6bce9e.tar.gz
bcm5719-llvm-c7cf0b223bd637365ff5730158db78976f6bce9e.zip
Fix typo.
llvm-svn: 83780
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/System/TimeValue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/System/TimeValue.h b/llvm/include/llvm/System/TimeValue.h
index b3a59889953..109973042f8 100644
--- a/llvm/include/llvm/System/TimeValue.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud