| Index: webrtc/base/sslstreamadapter.h
|
| diff --git a/webrtc/base/sslstreamadapter.h b/webrtc/base/sslstreamadapter.h
|
| index e4df77436c143eb3d58079f0559317b7f54e2fa8..e1d1d852156786f5e84e202574ba4dae50a3ed1c 100644
|
| --- a/webrtc/base/sslstreamadapter.h
|
| +++ b/webrtc/base/sslstreamadapter.h
|
| @@ -211,7 +211,7 @@ class SSLStreamAdapter : public StreamAdapterInterface {
|
| // part of the RFC defining each exporter
|
| // usage (IN)
|
| // context/context_len -- a context to bind to for this connection;
|
| - // optional, can be NULL, 0 (IN)
|
| + // optional, can be null, 0 (IN)
|
| // use_context -- whether to use the context value
|
| // (needed to distinguish no context from
|
| // zero-length ones).
|
|
|