diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/System/AIX/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/Cygwin/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/Darwin/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/FreeBSD/TimeValue.cpp | 4 | ||||
-rw-r--r-- | llvm/lib/System/Interix/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/Linux/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/SunOS/TimeValue.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/System/Win32/TimeValue.cpp | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/llvm/lib/System/AIX/TimeValue.cpp b/llvm/lib/System/AIX/TimeValue.cpp index 42975ad2098..f04a605b720 100644 --- a/llvm/lib/System/AIX/TimeValue.cpp +++ b/llvm/lib/System/AIX/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; diff --git a/llvm/lib/System/Cygwin/TimeValue.cpp b/llvm/lib/System/Cygwin/TimeValue.cpp index aaee13a1e31..85a0e4d4dca 100644 --- a/llvm/lib/System/Cygwin/TimeValue.cpp +++ b/llvm/lib/System/Cygwin/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; diff --git a/llvm/lib/System/Darwin/TimeValue.cpp b/llvm/lib/System/Darwin/TimeValue.cpp index 0791f443aee..357260babc2 100644 --- a/llvm/lib/System/Darwin/TimeValue.cpp +++ b/llvm/lib/System/Darwin/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; diff --git a/llvm/lib/System/FreeBSD/TimeValue.cpp b/llvm/lib/System/FreeBSD/TimeValue.cpp index bade8387775..f2177b0c73b 100644 --- a/llvm/lib/System/FreeBSD/TimeValue.cpp +++ b/llvm/lib/System/FreeBSD/TimeValue.cpp @@ -7,12 +7,12 @@ // //===----------------------------------------------------------------------===// // -// This file provides the FreeBSD specific implementation of the TimeValue class. +// This file provides the FreeBSD implementation of the TimeValue class. // //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; diff --git a/llvm/lib/System/Interix/TimeValue.cpp b/llvm/lib/System/Interix/TimeValue.cpp index 60c7e0668eb..db30d385927 100644 --- a/llvm/lib/System/Interix/TimeValue.cpp +++ b/llvm/lib/System/Interix/TimeValue.cpp @@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// // Include the generic Unix implementation -#include "../Unix/Unix.cpp" +#include "../Unix/TimeValue.cpp" namespace llvm { using namespace sys; diff --git a/llvm/lib/System/Linux/TimeValue.cpp b/llvm/lib/System/Linux/TimeValue.cpp index 8f52770e3ac..8c3db5d299b 100644 --- a/llvm/lib/System/Linux/TimeValue.cpp +++ b/llvm/lib/System/Linux/TimeValue.cpp @@ -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. // //===----------------------------------------------------------------------===// 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. // //===----------------------------------------------------------------------===// diff --git a/llvm/lib/System/Win32/TimeValue.cpp b/llvm/lib/System/Win32/TimeValue.cpp index 7ec2b395485..433b9487485 100644 --- a/llvm/lib/System/Win32/TimeValue.cpp +++ b/llvm/lib/System/Win32/TimeValue.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// // -// This file provides the Win32 specific implementation of the TimeValue class. +// This file provides the Win32 implementation of the TimeValue class. // //===----------------------------------------------------------------------===// |