datapath: tunnelling: capwap: UDP_ENCAP_CAPWAP is an abitrary value
[openvswitch] / datapath / vport-capwap.c
index 8fbd4a7b5f96224e42f3429632a9647a18b67381..e5b7afb8274e68c6f5b384374ef3899b99dacfa9 100644 (file)
@@ -361,7 +361,7 @@ static inline struct capwap_net *ovs_get_capwap_net(struct net *net)
        return &ovs_net->vport_net.capwap;
 }
 
-/* Random value.  Irrelevant as long as it's not 0 since we set the handler. */
+/* Arbitrary value.  Irrelevant as long as it's not 0 since we set the handler. */
 #define UDP_ENCAP_CAPWAP 10
 static int init_socket(struct net *net)
 {