aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-30 20:53:06 +0200
committerMax Kellermann <max@duempel.org>2014-07-30 20:53:09 +0200
commitf9e63dfd6551cdb173f8cc659b8859a39718caea (patch)
tree8501554f29c0ca86b729ba9e22d5772676f8fac4 /src
parentfa05dac5aeeccb092f5d4593c6bb6dd2f2d39e4e (diff)
downloadmpd-f9e63dfd6551cdb173f8cc659b8859a39718caea.tar.gz
mpd-f9e63dfd6551cdb173f8cc659b8859a39718caea.tar.xz
mpd-f9e63dfd6551cdb173f8cc659b8859a39718caea.zip
util/DynamicFifoBuffer: fix typo in API documentation
Diffstat (limited to 'src')
-rw-r--r--src/util/DynamicFifoBuffer.hxx2
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) {