Skip to content

Commit 8f36a35

Browse files
committed
Merge branch 'js/pkt-line-h-typofix' into next
* js/pkt-line-h-typofix: pkt-line: fix a typo
2 parents 2b01214 + a4fb016 commit 8f36a35

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)