Commit f9e63dfd authored by Max Kellermann's avatar Max Kellermann

util/DynamicFifoBuffer: fix typo in API documentation

parent fa05dac5
......@@ -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.
*/
pointer_type Write(size_type n) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment