diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 04:47:22 +0000 |
| commit | dacbf466c8bd1455d250746ad71fe802b794cec7 (patch) | |
| tree | 2fc10d79e9c47ffac4841322e73a78a388a40df2 /llvm/lib/System/SunOS/TimeValue.cpp | |
| parent | 074be1f6e435af3f5bc65dd526e53eeb1cbfdaa5 (diff) | |
| download | bcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.tar.gz bcm5719-llvm-dacbf466c8bd1455d250746ad71fe802b794cec7.zip | |
Actually get the #include correct so it compiles .. duh.
llvm-svn: 17817
Diffstat (limited to 'llvm/lib/System/SunOS/TimeValue.cpp')
| -rw-r--r-- | llvm/lib/System/SunOS/TimeValue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/SunOS/TimeValue.cpp b/llvm/lib/System/SunOS/TimeValue.cpp index a4a238ba530..82c76b0fea2 100644 --- a/llvm/lib/System/SunOS/TimeValue.cpp +++ b/llvm/lib/System/SunOS/TimeValue.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file provides the SunOS specific implementation of the TimeValue class. +// This file provides the SunOS implementation of the TimeValue class. // //===----------------------------------------------------------------------===// |

