[llvm-commits] CVS: llvm/lib/System/Linux/TimeValue.cpp
Reid Spencer
reid at x10sys.com
Sun Nov 14 20:48:10 PST 2004
Changes in directory llvm/lib/System/Linux:
TimeValue.cpp updated: 1.6 -> 1.7
---
Log message:
Actually get the #include correct so it compiles .. duh.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/System/Linux/TimeValue.cpp
diff -u llvm/lib/System/Linux/TimeValue.cpp:1.6 llvm/lib/System/Linux/TimeValue.cpp:1.7
--- llvm/lib/System/Linux/TimeValue.cpp:1.6 Sun Nov 14 22:36:35 2004
+++ llvm/lib/System/Linux/TimeValue.cpp Sun Nov 14 22:47:22 2004
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
//
-// This file provides the Linux specific implementation of the TimeValue class.
+// This file provides the Linux implementation of the TimeValue class.
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list