mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-21 23:44:30 +02:00
CLEANUP: assorted typo fixes in the code and comments
This is 28th iteration of typo fixes
This commit is contained in:
committed by
Willy Tarreau
parent
c5e7cf9e69
commit
a4d09e7ffd
@@ -234,7 +234,7 @@ static inline struct connection *session_get_conn(struct session *sess, void *ta
|
||||
}
|
||||
|
||||
/* Returns the source address of the session and fallbacks on the client
|
||||
* connection if not set. It returns a const address on succes or NULL on
|
||||
* connection if not set. It returns a const address on success or NULL on
|
||||
* failure.
|
||||
*/
|
||||
static inline const struct sockaddr_storage *sess_src(struct session *sess)
|
||||
@@ -249,7 +249,7 @@ static inline const struct sockaddr_storage *sess_src(struct session *sess)
|
||||
}
|
||||
|
||||
/* Returns the destination address of the session and fallbacks on the client
|
||||
* connection if not set. It returns a const address on succes or NULL on
|
||||
* connection if not set. It returns a const address on success or NULL on
|
||||
* failure.
|
||||
*/
|
||||
static inline const struct sockaddr_storage *sess_dst(struct session *sess)
|
||||
|
||||
@@ -567,7 +567,7 @@ static inline const char *si_state_str(int state)
|
||||
|
||||
/* Returns the source address of the stream-int and, if not set, fallbacks on
|
||||
* the session for frontend SI and the server connection for the backend SI. It
|
||||
* returns a const address on succes or NULL on failure.
|
||||
* returns a const address on success or NULL on failure.
|
||||
*/
|
||||
static inline const struct sockaddr_storage *si_src(struct stream_interface *si)
|
||||
{
|
||||
@@ -587,7 +587,7 @@ static inline const struct sockaddr_storage *si_src(struct stream_interface *si)
|
||||
|
||||
/* Returns the destination address of the stream-int and, if not set, fallbacks
|
||||
* on the session for frontend SI and the server connection for the backend
|
||||
* SI. It returns a const address on succes or NULL on failure.
|
||||
* SI. It returns a const address on success or NULL on failure.
|
||||
*/
|
||||
static inline const struct sockaddr_storage *si_dst(struct stream_interface *si)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user