summaryrefslogtreecommitdiff
path: root/sax/inc/sax_processor_builder.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-01-21 12:31:30 +0100
commit7dd49c6293172b494c78918507242cdb55d35137 (patch)
tree9c8ab822ab9501a5ea2f937e609144e00ea091c4 /sax/inc/sax_processor_builder.hh
parentfc4547b412e28164af1bf8981234c6af959ccc0b (diff)
WIP
Diffstat (limited to 'sax/inc/sax_processor_builder.hh')
-rw-r--r--sax/inc/sax_processor_builder.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/inc/sax_processor_builder.hh b/sax/inc/sax_processor_builder.hh
index 070fbbf..8b114e4 100644
--- a/sax/inc/sax_processor_builder.hh
+++ b/sax/inc/sax_processor_builder.hh
@@ -48,7 +48,7 @@ class ProcessorBuilder {
* If you give a too small buffer size (such as zero) it will be ignored
* and a implementation specific minimum will be used instead.
* This is meant as a possible optimization and can be completely ignored.
- * Note that the processor will allocate more data if it needed.
+ * Note that the processor will allocate more data if it needs to.
*/
virtual ProcessorBuilder* set_default_buffer_size(std::size_t size) = 0;