From 3515f420861891e9217d909c5e11370b5da112e7 Mon Sep 17 00:00:00 2001 From: H1Gdev Date: Thu, 11 Jun 2020 15:11:44 +0900 Subject: [PATCH] Fix typo in comment. --- mediapipe/framework/packet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediapipe/framework/packet.h b/mediapipe/framework/packet.h index bee14f702..b95c9b4ba 100644 --- a/mediapipe/framework/packet.h +++ b/mediapipe/framework/packet.h @@ -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;