diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-26 18:00:03 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-10-26 18:00:03 +0000 |
commit | 28ab668c1043c6bfa6f228b1016a1f4d5b13390b (patch) | |
tree | b1b0fadcd9aadcbe8e72c8e538a9743c18a8ea3c /include/llvm/System | |
parent | 48b2f6ba2e3a9649b2122f3d365bcb74e0ba2e16 (diff) | |
download | external_llvm-28ab668c1043c6bfa6f228b1016a1f4d5b13390b.zip external_llvm-28ab668c1043c6bfa6f228b1016a1f4d5b13390b.tar.gz external_llvm-28ab668c1043c6bfa6f228b1016a1f4d5b13390b.tar.bz2 |
Wrap comments at 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/System')
-rw-r--r-- | include/llvm/System/TimeValue.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/System/TimeValue.h b/include/llvm/System/TimeValue.h index 19214aa..bef04dc 100644 --- a/include/llvm/System/TimeValue.h +++ b/include/llvm/System/TimeValue.h @@ -266,7 +266,8 @@ namespace sys { /// @{ public: /// The seconds component of the TimeValue is set to \p sec without - /// modifying the nanoseconds part. This is useful for whole second arithmetic. + /// modifying the nanoseconds part. This is useful for whole second + /// arithmetic. /// @brief Set the seconds component. void seconds (SecondsType sec ) { this->seconds_ = sec; |