Reword comment slightly.
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
index 298339210978ef99af5adbd41129389e82d488e7..253178ebb570ea7d133dccfb6f7b512b2d9dc47b 100644 (file)
@@ -106,10 +106,9 @@ public:
   static MemoryBuffer *getMemBufferCopy(StringRef InputData,
                                         StringRef BufferName = "");
 
-  /// getNewMemBuffer - Allocate a new MemoryBuffer of the specified size that
-  /// is completely initialized to zeros.  Note that the caller need not
-  /// initialize the memory allocated by this method.  The memory is owned by
-  /// the MemoryBuffer object.
+  /// getNewMemBuffer - Allocate a new zero-initialized MemoryBuffer of the
+  /// specified size. Note that the caller need not initializethe memory
+  /// allocated by this method.  The memory is owned by the MemoryBuffer object.
   static MemoryBuffer *getNewMemBuffer(size_t Size, StringRef BufferName = "");
 
   /// getNewUninitMemBuffer - Allocate a new MemoryBuffer of the specified size