diff --git a/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt b/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt
index 46e340b0211f6afce6ce7faabc3cfca8f4992635..1516fd23f50f698e31fce0c510d0db6ed110e0dd 100644
--- a/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt
+++ b/gtests/net/packetdrill/tests/bsd/tcp/close/close-read-data-fin.pkt
@@ -34,9 +34,9 @@
 0.460 > . 1001:1001(0) ack 1002 win 1026
 
 // We close the connection with a delay, in case there
-// is still data left to send
+// is still data left to read
 0.470 close(4) = 0
-0.480 > F. 1001:1001(0) ack 1002 win 1026
+0.470 > F. 1001:1001(0) ack 1002 win 1026
 
 // The success of the tests depends on the correctness
-// of the inbound sniffed packet on line 36.
+// of the outbound sniffed packet on line 39.