Index: webrtc/base/httpbase.h |
diff --git a/webrtc/base/httpbase.h b/webrtc/base/httpbase.h |
index 7f368f8e68af81e6a9b234bce3aa009e674f4ed8..4b834a4e5bcc6de6ec71d2d1b83223004f2ddbc7 100644 |
--- a/webrtc/base/httpbase.h |
+++ b/webrtc/base/httpbase.h |
@@ -113,7 +113,7 @@ public: |
// Obtaining this stream puts HttpBase into stream mode until the stream |
// is closed. HttpBase can only expose one open stream interface at a time. |
- // Further calls will return NULL. |
+ // Further calls will return null. |
StreamInterface* GetDocumentStream(); |
protected: |