diff options
Diffstat (limited to 'src/helper/membuf.h')
-rw-r--r-- | src/helper/membuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helper/membuf.h b/src/helper/membuf.h index 4990854d..b45850f1 100644 --- a/src/helper/membuf.h +++ b/src/helper/membuf.h @@ -80,7 +80,7 @@ int membuf_vsprintf( struct membuf *pBuf , const char *fmt, va_list ap); * @param pBuf - buffer to tokenize * @param delim - delimiter parameter for strtok_r() * - * Identical to "strtok()" - pass "pBuff=NULL" on second call + * Identical to "strtok()" - pass "pBuff = NULL" on second call * * NOTE: This call is <b>destructive</b> to the buffer. */ |