IR: Split up Constant{Array,Vector}::get(), NFC
[oota-llvm.git] / lib / Support / TimeValue.cpp
index bd8af174bcd048fbef9f59469844be915ad65bc3..4a70797942048e4cf5ff3547cdbddfcc7329195e 100644 (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