/**
* prints to the buffer, increasing the capacity if required using
* buffer_reserve(). The buffer's position is set to the terminating
- * '\0'. Returns the number of characters written (not including the
- * terminating '\0') or -1 on failure.
+ * '\\0'. Returns the number of characters written (not including the
+ * terminating '\\0') or -1 on failure.
*/
int ldns_buffer_printf(ldns_buffer *buffer, const char *format, ...);
/* ATTR_FORMAT(printf, 2, 3);*/
/**
* get the length of the keydata in bits
- * \param[in] r the rr to use
+ * \param[in] key the key rr to use
* \return the keysize in bits
*/
uint16_t ldns_rr_dnskey_key_size(ldns_rr *key);