From: Joseph Herlant Date: Sun, 25 Nov 2018 18:49:51 +0000 (-0800) Subject: CLEANUP: Fix typo in the chunk headers file X-Git-Tag: v1.9-dev9~23 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=be7619aaca27b69fabe4ca690c3091d1bc1e9172;p=haproxy.git CLEANUP: Fix typo in the chunk headers file Fix a typo detected in the chunk.h header file's code comments. --- diff --git a/include/common/chunk.h b/include/common/chunk.h index ebd194a2d..734e444c5 100644 --- a/include/common/chunk.h +++ b/include/common/chunk.h @@ -196,7 +196,7 @@ static inline int chunk_strncat(struct buffer *chk, const char *str, int nb) /* Adds a trailing zero to the current chunk and returns the pointer to the * following part. The purpose is to be able to use a chunk as a series of - * short independant strings with chunk_* functions, which do not need to be + * short independent strings with chunk_* functions, which do not need to be * released. Returns NULL if no space is available to ensure that the new * string will have its own trailing zero. For example : * chunk_init(&trash);