Fix typo.
[oota-llvm.git] / include / llvm / Support / MemoryBuffer.h
index 253178ebb570ea7d133dccfb6f7b512b2d9dc47b..40e8d280e2ff26b0ac43a6fdc702524882172cac 100644 (file)
@@ -107,7 +107,7 @@ public:
                                         StringRef BufferName = "");
 
   /// getNewMemBuffer - Allocate a new zero-initialized MemoryBuffer of the
-  /// specified size. Note that the caller need not initializethe memory
+  /// specified size. Note that the caller need not initialize the memory
   /// allocated by this method.  The memory is owned by the MemoryBuffer object.
   static MemoryBuffer *getNewMemBuffer(size_t Size, StringRef BufferName = "");