aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/TimeValue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/TimeValue.cpp')
-rw-r--r--lib/Support/TimeValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/TimeValue.cpp b/lib/Support/TimeValue.cpp
index bd8af17..4a70797 100644
--- a/lib/Support/TimeValue.cpp
+++ b/lib/Support/TimeValue.cpp
@@ -53,7 +53,7 @@ TimeValue::normalize( void ) {
}
-/// Include the platform specific portion of TimeValue class
+/// Include the platform-specific portion of TimeValue class
#ifdef LLVM_ON_UNIX
#include "Unix/TimeValue.inc"
#endif