From: Joseph Herlant Date: Sun, 25 Nov 2018 21:21:12 +0000 (-0800) Subject: CLEANUP: Fix a typo in the connection subsystem X-Git-Tag: v1.9-dev9~7 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=8a95a6e5edc32ea9fbe144d6f069702d844290ab;p=haproxy.git CLEANUP: Fix a typo in the connection subsystem Fixes a typo in the code comments of the connection subsystem. --- diff --git a/include/types/connection.h b/include/types/connection.h index 745546cf9..8a12cec1d 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -87,7 +87,7 @@ enum { * the stream-interface : */ CS_FL_NOT_FIRST = 0x00100000, /* this stream is not the first one */ - CS_FL_READ_PARTIAL = 0x00200000, /* some data were received (not necessarly xferred) */ + CS_FL_READ_PARTIAL = 0x00200000, /* some data were received (not necessarily xferred) */ }; /* cs_shutr() modes */