Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index 4c6caf0daa0cba927108ab5d39733bc04c590d82..04777716af9f31fa36909e5fa204556c46ca8271 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -99,7 +99,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
// Ownership of this object lies with the owner of the ReceiveStatisticsProxy |
// instance. Lifetime is guaranteed to outlive |this|. |
// TODO(tommi): In practice the config_ reference is only used for accessing |
- // config_.rtp.fec.ulpfec_payload_type. Instead of holding a pointer back, |
+ // config_.rtp.ulpfec.ulpfec_payload_type. Instead of holding a pointer back, |
// we could just store the value of ulpfec_payload_type and change the |
// ReceiveStatisticsProxy() ctor to accept a const& of Config (since we'll |
// then no longer store a pointer to the object). |