projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a06cf6
)
Fix typo.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 11 Oct 2009 18:47:33 +0000
(18:47 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 11 Oct 2009 18:47:33 +0000
(18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83779
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/System/TimeValue.h
patch
|
blob
|
history
diff --git
a/include/llvm/System/TimeValue.h
b/include/llvm/System/TimeValue.h
index 4e419f1b7a66d21385ca62a64a6fac3cd517f164..b3a59889953555c16010f62875ebed6ac7c656c0 100644
(file)
--- a/
include/llvm/System/TimeValue.h
+++ b/
include/llvm/System/TimeValue.h
@@
-251,7
+251,7
@@
namespace sys {
return seconds_ - PosixZeroTime.seconds_;
}
- /// Converts the Ti
em
Value into the correspodning number of "ticks" for
+ /// Converts the Ti
me
Value 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 {