Fix 'platform-specific' hyphenations

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Alp Toker
2014-06-30 18:57:16 +00:00
parent 46e17cae55
commit a0d04ac9f1
10 changed files with 28 additions and 28 deletions

View File

@@ -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