diff options
author | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-06-30 18:57:16 +0000 |
commit | cf21875d41772a865c6a71ebeccca3d1a7afcfc2 (patch) | |
tree | 3c0afdb5c10328612fcc9502b8c9d10c5857e423 /llvm/lib/Support/TimeValue.cpp | |
parent | b792a01e136887dee4151fc4ef45913f732dd047 (diff) | |
download | bcm5719-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.cpp | 2 |
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 |