diff --git a/src/helper/membuf.h b/src/helper/membuf.h
index b45850f1aaf302fceddb5d2c490a2cde9a2b1bfc..c1af3ae4eb33d5c51c26da834a78bea6d9d00e1c 100644
--- a/src/helper/membuf.h
+++ b/src/helper/membuf.h
@@ -82,14 +82,14 @@ int membuf_vsprintf( struct membuf *pBuf , const char *fmt, va_list ap);
  * 
  * Identical to "strtok()" - pass "pBuff = NULL" on second call
  *
- * NOTE: This call is <b>destructive</b> to the buffer.
+ * NOTE: This call is <b > destructive</b> to the buffer.
  */
 const char *membuf_strtok( struct membuf *pBuf, const char *delim, void **pSave );
 
 /** Return pointer to the memory in the buffer
  * @param pBuf - buffer
  *
- * NOTE: Thou shall not modify this pointer, it is <b>CONST</b>
+ * NOTE: Thou shall not modify this pointer, it is <b > CONST</b>
  */
 const void *membuf_datapointer( struct membuf *pBuf );