aboutsummaryrefslogtreecommitdiff
path: root/sldns/sbuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sldns/sbuffer.h')
-rw-r--r--sldns/sbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sldns/sbuffer.h b/sldns/sbuffer.h
index d1aadf8a198c..2c30b3736708 100644
--- a/sldns/sbuffer.h
+++ b/sldns/sbuffer.h
@@ -497,7 +497,7 @@ sldns_buffer_set_at(sldns_buffer *buffer, size_t at, int c, size_t count)
* writes count bytes of data to the current position of the buffer
* \param[in] buffer the buffer
* \param[in] data the data to write
- * \param[in] count the lenght of the data to write
+ * \param[in] count the length of the data to write
*/
INLINE void
sldns_buffer_write(sldns_buffer *buffer, const void *data, size_t count)