Index: webrtc/api/jsepicecandidate.h |
diff --git a/webrtc/api/jsepicecandidate.h b/webrtc/api/jsepicecandidate.h |
index a8919e0a00e3254ead036e5c0809b03475eefa8a..3566013e75a84bc2e75bb4422733e7f1c32ebe2f 100644 |
--- a/webrtc/api/jsepicecandidate.h |
+++ b/webrtc/api/jsepicecandidate.h |
@@ -31,7 +31,7 @@ class JsepIceCandidate : public IceCandidateInterface { |
JsepIceCandidate(const std::string& sdp_mid, int sdp_mline_index, |
const cricket::Candidate& candidate); |
~JsepIceCandidate(); |
- // |err| may be NULL. |
+ // |err| may be null. |
bool Initialize(const std::string& sdp, SdpParseError* err); |
void SetCandidate(const cricket::Candidate& candidate) { |
candidate_ = candidate; |