X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FTimeValue.cpp;h=4a70797942048e4cf5ff3547cdbddfcc7329195e;hb=45d53fd4c4d04b6feb2bc898f0a10ca98643edef;hp=bd8af174bcd048fbef9f59469844be915ad65bc3;hpb=9f306bdc70757d11b6510525938c0d92c5529cc7;p=oota-llvm.git diff --git a/lib/Support/TimeValue.cpp b/lib/Support/TimeValue.cpp index bd8af174bcd..4a707979420 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