summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/TimeValue.cpp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
committerAlp Toker <alp@nuanti.com>2014-06-30 18:57:16 +0000
commitcf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch)
tree3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/lib/Support/TimeValue.cpp
parentb792a01e136887dee4151fc4ef45913f732dd047 (diff)
downloadbcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.tar.gz
bcm5719-llvm-cf21875d41772a865c6a71ebeccca3d1a7afcfc2.zip
Fix 'platform-specific' hyphenations
llvm-svn: 212056
Diffstat (limited to 'llvm/lib/Support/TimeValue.cpp')
-rw-r--r--llvm/lib/Support/TimeValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/TimeValue.cpp b/llvm/lib/Support/TimeValue.cpp
index bd8af174bcd..4a707979420 100644
--- a/llvm/lib/Support/TimeValue.cpp
+++ b/llvm/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
OpenPOWER on IntegriCloud