another typo
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
index d912e86c8b4e24e20023c3ac997e76f5cb72c772..5e55bd981f0b24a3f6bfc1d98487d8785d5f5bec 100644 (file)
@@ -81,7 +81,7 @@ public:
                                 bool RequiresNullTerminator = true);
 
   /// getMemBuffer - Open the specified memory range as a MemoryBuffer.  Note
-  /// that InputData must be null terminated.
+  /// that InputData must be null terminated if RequiresNullTerminator is true.
   static MemoryBuffer *getMemBuffer(StringRef InputData,
                                     StringRef BufferName = "",
                                     bool RequiresNullTerminator = true);