util/DynamicFifoBuffer: fix typo in API documentation

This commit is contained in:
Max Kellermann 2014-07-30 20:53:06 +02:00
parent fa05dac5ae
commit f9e63dfd65

View File

@ -135,7 +135,7 @@ public:
} }
/** /**
* Write data to the bfufer, growing it as needed. Returns a * Write data to the buffer, growing it as needed. Returns a
* writable pointer. * writable pointer.
*/ */
pointer_type Write(size_type n) { pointer_type Write(size_type n) {