Fix a comment.

R=juberti@webrtc.org, pbos@webrtc.org, sprang@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/28209004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7851 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/media/webrtc/webrtcvideoengine.cc b/talk/media/webrtc/webrtcvideoengine.cc
index bcdaf7a..0d55c31 100644
--- a/talk/media/webrtc/webrtcvideoengine.cc
+++ b/talk/media/webrtc/webrtcvideoengine.cc
@@ -3948,7 +3948,8 @@
   // If the set of SSRCs isn't populated, then don't apply them. If we
   // do, we'll cause a bug where adding a stream, then removing a
   // stream, then re-adding a stream with the same primary SSRC will
-  // cause the sequence numbers to change and confuse the sender.
+  // cause the sequence numbers to change and confuse the receiver due
+  // to jumping SRTP sequence numbers.
   if (send_params.stream.first_ssrc() != 0) {
     if (!SetSendSsrcs(channel_id, send_params.stream, codec)) {
       return false;