Discussion:
[PATCH] CLEANUP: Fix a typo in the connection subsystem
Joseph Herlant
2018-11-25 21:21:12 UTC
Permalink
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 dbf985be..ff155fde 100644
--- a/include/types/connection.h
+++ b/include/types/connection.h
@@ -86,7 +86,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 */
--
2.19.2
Loading...