summaryrefslogtreecommitdiff
path: root/src/shared/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/strbuf.c')
-rw-r--r--src/shared/strbuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/strbuf.c b/src/shared/strbuf.c
index e64f1ca07a..01a076c2ba 100644
--- a/src/shared/strbuf.c
+++ b/src/shared/strbuf.c
@@ -26,7 +26,7 @@
#include "strbuf.h"
/*
- * Strbuf stores given strings in a single continous allocated memory
+ * Strbuf stores given strings in a single continuous allocated memory
* area. Identical strings are de-duplicated and return the same offset
* as the first string stored. If the tail of a string already exists
* in the buffer, the tail is returned.