Fix typo in comment.

This commit is contained in:
H1Gdev 2020-06-11 15:11:44 +09:00
parent 5d028d923b
commit 3515f42086

View File

@ -92,7 +92,7 @@ class Packet {
// the new Packet with the given timestamp.
Packet At(class Timestamp timestamp) &&;
// Returns true iff the Packet has been created using the default
// Returns true if the Packet has been created using the default
// constructor Packet(), or is a copy of such a Packet.
bool IsEmpty() const;