diff options
author | Max Kellermann <max@duempel.org> | 2014-07-30 20:53:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-07-30 20:53:09 +0200 |
commit | f9e63dfd6551cdb173f8cc659b8859a39718caea (patch) | |
tree | 8501554f29c0ca86b729ba9e22d5772676f8fac4 /src | |
parent | fa05dac5aeeccb092f5d4593c6bb6dd2f2d39e4e (diff) |
util/DynamicFifoBuffer: fix typo in API documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/util/DynamicFifoBuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/DynamicFifoBuffer.hxx b/src/util/DynamicFifoBuffer.hxx index df50328b4..f3060dce4 100644 --- a/src/util/DynamicFifoBuffer.hxx +++ b/src/util/DynamicFifoBuffer.hxx @@ -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) { |