From: Benjamin Kaduk Date: Fri, 11 Dec 2020 19:09:20 +0000 (-0800) Subject: Fix spelling of struct rx_ackPacket in comment X-Git-Tag: openafs-devel-1_9_1~59 X-Git-Url: http://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=4a45219eb7617e918761553a698d4c10a04f56dd Fix spelling of struct rx_ackPacket in comment A comment in rx_packet.h referred to the size of struct rx_ackpacket, but the actual structure is spelled with a majuscule 'P'. Change-Id: Iaf57f098b2e818fe0d492a89347a0a14bc3eb392 Reviewed-on: https://gerrit.openafs.org/14468 Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- diff --git a/src/rx/rx_packet.h b/src/rx/rx_packet.h index 94269df..adc4960 100644 --- a/src/rx/rx_packet.h +++ b/src/rx/rx_packet.h @@ -23,7 +23,7 @@ * express them all here: * 1. rx_ReceiveAckPacket assumes that it can get an entire ack * contiguous in the first iovec. As a result, the iovec buffers must - * be >= sizeof (struct rx_ackpacket) + * be >= sizeof (struct rx_ackPacket) * 2. All callers of rx_Pullup besides rx_ReceiveAckPacket try to pull * up less data than rx_ReceiveAckPacket does. * 3. rx_GetInt32 and rx_PutInt32 (and the slow versions of same) assume