Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See:...
[oota-llvm.git] / lib / Support / Statistic.cpp
index 3e2a183fe1904337a4dd0ba150bd615651252f2b..d8a6ad35ba9cae8805ab9c9f3c1cef2ace2d1ba6 100644 (file)
@@ -96,7 +96,7 @@ struct NameCompare {
 
 }
 
-// Print information when destroyed, if command line option is specified.
+// Print information when destroyed, iff command line option is specified.
 StatisticInfo::~StatisticInfo() {
   llvm::PrintStatistics();
 }