summaryrefslogtreecommitdiffstats
path: root/ingen/AtomForgeSink.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/AtomForgeSink.hpp')
-rw-r--r--ingen/AtomForgeSink.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/AtomForgeSink.hpp b/ingen/AtomForgeSink.hpp
index 14ff3a4c..ed8b0b8b 100644
--- a/ingen/AtomForgeSink.hpp
+++ b/ingen/AtomForgeSink.hpp
@@ -50,7 +50,7 @@ public:
/** Append some data and return a reference to its start. */
intptr_t append(const void* buf, uint32_t len) {
- // Record offset of the start of this write (+1 to avoid NULL)
+ // Record offset of the start of this write (+1 to avoid null)
const intptr_t ref = _size + 1;
// Update size and reallocate if necessary