summaryrefslogtreecommitdiff
path: root/src/or/buffers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/buffers.c')
-rw-r--r--src/or/buffers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/buffers.c b/src/or/buffers.c
index 3893ab08ae..61d4b9d7f7 100644
--- a/src/or/buffers.c
+++ b/src/or/buffers.c
@@ -9,7 +9,7 @@ const char buffers_c_id[] =
/**
* \file buffers.c
- * \brief Implements a generic buffer interface. Buffers are
+ * \brief Implements a generic interface buffer. Buffers are
* fairly opaque string holders that can read to or flush from:
* memory, file descriptors, or TLS connections.
**/