[llvm-commits] CVS: llvm/include/llvm/System/TimeValue.h
Misha Brukman
brukman at cs.uiuc.edu
Tue Oct 26 11:00:13 PDT 2004
Changes in directory llvm/include/llvm/System:
TimeValue.h updated: 1.5 -> 1.6
---
Log message:
Wrap comments at 80 cols
---
Diffs of the changes: (+2 -1)
Index: llvm/include/llvm/System/TimeValue.h
diff -u llvm/include/llvm/System/TimeValue.h:1.5 llvm/include/llvm/System/TimeValue.h:1.6
--- llvm/include/llvm/System/TimeValue.h:1.5 Mon Oct 18 19:29:16 2004
+++ llvm/include/llvm/System/TimeValue.h Tue Oct 26 13:00:03 2004
@@ -266,7 +266,8 @@
/// @{
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;
More information about the llvm-commits
mailing list