diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2009-10-11 18:53:09 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2009-10-11 18:53:09 +0000 |
| commit | c7cf0b223bd637365ff5730158db78976f6bce9e (patch) | |
| tree | fc349b2f2b0a998a2afec516342978935e1cb9ca /llvm | |
| parent | 5246987a76fc07f720bfcc99f736bc2266493410 (diff) | |
| download | bcm5719-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.h | 2 |
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 { |

