util/DynamicFifoBuffer: fix typo in API documentation
This commit is contained in:
parent
fa05dac5ae
commit
f9e63dfd65
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user