From 8a95a6e5edc32ea9fbe144d6f069702d844290ab Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sun, 25 Nov 2018 13:21:12 -0800 Subject: [PATCH] CLEANUP: Fix a typo in the connection subsystem Fixes a typo in the code comments of the connection subsystem. --- include/types/connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */