summaryrefslogtreecommitdiff
path: root/src/buffer.cc
diff options
context:
space:
mode:
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;