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:
48b2f6b
)
Wrap comments at 80 cols
author
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 26 Oct 2004 18:00:03 +0000
(18:00 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Tue, 26 Oct 2004 18:00:03 +0000
(18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17261
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 19214aa22ad7e4052bd2d52e93d2aabb972d1e90..bef04dc9a06b593cbcbb8dd1f79a8da04e68d191 100644
(file)
--- 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;