summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-08-14 20:05:57 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-08-14 20:05:57 +0100
commit8803bf7c46f96ece28e9b9deb877d371434e991c (patch)
tree25d6de3398fb54f8c624610a3f4f06ad852f523f /src/buffer.cc
parentbedf2f703cb3dc97467e662e6750fcd369309e6b (diff)
Fix comment missing a closing parenthesis
Diffstat (limited to 'src/buffer.cc')
-rw-r--r--src/buffer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.cc b/src/buffer.cc
index 45834f3c..d89e29c6 100644
--- a/src/buffer.cc
+++ b/src/buffer.cc
@@ -98,7 +98,7 @@ void Buffer::on_registered()
{
// Ignore debug buffer, as it can be created in many
// corner cases (including while destroying the BufferManager
- // if a BufClose hooks triggers writing to it.
+ // if a BufClose hooks triggers writing to it).
if (m_flags & Flags::Debug)
return;