split scalarization out to its own file.
[oota-llvm.git] / lib / CodeGen / ELFWriter.h
index 04cd1773c16115769fa2eb9725a6c8e4e64031df..f27d78f4f0131667d2ba7ecf29cbc9826773e73d 100644 (file)
@@ -90,7 +90,7 @@ namespace llvm {
 
   private:
     // The buffer we accumulate the file header into.  Note that this should be
-    // changed into something much more efficient later (and the bytecode writer
+    // changed into something much more efficient later (and the bitcode writer
     // as well!).
     DataBuffer FileHeader;