Skip to content

Commit a4fb016

Browse files
dschogitster
authored andcommitted
pkt-line: fix a typo
This typo was introduced in 2153d47 (pkt-line: introduce packet_read_with_status, 2018-03-14). Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5fa0f52 commit a4fb016

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkt-line.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ int packet_read(int fd, char **src_buffer, size_t *src_len, char
7777
/*
7878
* Read a packetized line into a buffer like the 'packet_read()' function but
7979
* returns an 'enum packet_read_status' which indicates the status of the read.
80-
* The number of bytes read will be assigined to *pktlen if the status of the
80+
* The number of bytes read will be assigned to *pktlen if the status of the
8181
* read was 'PACKET_READ_NORMAL'.
8282
*/
8383
enum packet_read_status {

0 commit comments

Comments
 (0)