Index: webrtc/api/jsepsessiondescription.h |
diff --git a/webrtc/api/jsepsessiondescription.h b/webrtc/api/jsepsessiondescription.h |
index b5e1b4f9f2512a1300f9fd2c69aa538249eda585..e4855b9ac63c6532ec1c84fa263ffd79b40ca62e 100644 |
--- a/webrtc/api/jsepsessiondescription.h |
+++ b/webrtc/api/jsepsessiondescription.h |
@@ -35,7 +35,7 @@ class JsepSessionDescription : public SessionDescriptionInterface { |
explicit JsepSessionDescription(const std::string& type); |
virtual ~JsepSessionDescription(); |
- // |error| may be NULL. |
+ // |error| may be null. |
bool Initialize(const std::string& sdp, SdpParseError* error); |
// Takes ownership of |description|. |