diff --git a/voip/java/android/net/sip/SimpleSessionDescription.java b/voip/java/android/net/sip/SimpleSessionDescription.java index 733a5f627ca24..29166dc546259 100644 --- a/voip/java/android/net/sip/SimpleSessionDescription.java +++ b/voip/java/android/net/sip/SimpleSessionDescription.java @@ -343,7 +343,7 @@ public class SimpleSessionDescription { } /** - * Sets a RTP payload type and its {@code rtpmap} and {@fmtp} + * Sets a RTP payload type and its {@code rtpmap} and {@code fmtp} * attributes. If any of the attributes is {@code null}, the * corresponding field will be removed. See * {@link SimpleSessionDescription} for an example of its usage.