diff --git a/src/add-ons/kernel/network/protocols/udp/udp.cpp b/src/add-ons/kernel/network/protocols/udp/udp.cpp index 947d009cf7..efc6d46a45 100644 --- a/src/add-ons/kernel/network/protocols/udp/udp.cpp +++ b/src/add-ons/kernel/network/protocols/udp/udp.cpp @@ -34,7 +34,7 @@ // NOTE the locking protocol dictates that we must hold UdpDomainSupport's // lock before holding a child UdpEndpoint's lock. This restriction // is dictated by the receive path as blind access to the endpoint -// hash is required when holding the DomainSuppport's lock. +// hash is required when holding the DomainSupport's lock. //#define TRACE_UDP