Cosmetic changes
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
index 72759ff86e7bfa81a8335732ab47dfbd789987e1..064689c3f3cecf192d92b7f507db1c0169275fce 100644 (file)
@@ -372,7 +372,7 @@ error_code COFFObjectFile::isSectionVirtual(DataRefImpl Sec,
 
 error_code COFFObjectFile::isSectionZeroInit(DataRefImpl Sec,
                                              bool &Result) const {
-  // FIXME: Unimplemented
+  // FIXME: Unimplemented.
   Result = false;
   return object_error::success;
 }