Fix spelling of struct rx_ackPacket in comment 68/14468/2
authorBenjamin Kaduk <kaduk@mit.edu>
Fri, 11 Dec 2020 19:09:20 +0000 (11:09 -0800)
committerBenjamin Kaduk <kaduk@mit.edu>
Mon, 14 Dec 2020 02:21:22 +0000 (21:21 -0500)
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 <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

src/rx/rx_packet.h

index 94269df..adc4960 100644 (file)
@@ -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