Index: webrtc/base/asyncpacketsocket.h |
diff --git a/webrtc/base/asyncpacketsocket.h b/webrtc/base/asyncpacketsocket.h |
index f18839ed373611886796464ceb943f586b1252f0..a5409479511eda1edc8b667b264a891c801380fb 100644 |
--- a/webrtc/base/asyncpacketsocket.h |
+++ b/webrtc/base/asyncpacketsocket.h |
@@ -78,7 +78,7 @@ class AsyncPacketSocket : public sigslot::has_slots<> { |
AsyncPacketSocket(); |
~AsyncPacketSocket() override; |
- // Returns current local address. Address may be set to NULL if the |
+ // Returns current local address. Address may be set to null if the |
// socket is not bound yet (GetState() returns STATE_BINDING). |
virtual SocketAddress GetLocalAddress() const = 0; |