Fix typos in comments from corenetwork module
This commit is contained in:
parent
80d74c2408
commit
29d543da4c
|
@ -855,7 +855,7 @@ interface(`corenet_udp_bind_generic_node',`
|
|||
|
||||
########################################
|
||||
## <summary>
|
||||
## Bind raw sockets to genric nodes.
|
||||
## Bind raw sockets to generic nodes.
|
||||
## </summary>
|
||||
## <param name="domain">
|
||||
## <summary>
|
||||
|
|
|
@ -820,7 +820,7 @@ define(`network_node',`
|
|||
create_node_type_interfaces($1)
|
||||
')
|
||||
|
||||
# These next three macros have formatting, and should not me indented
|
||||
# These next three macros have formatting, and should not be indented
|
||||
define(`determine_reserved_capability',`dnl
|
||||
ifelse($2,`',`',`dnl
|
||||
ifelse(eval($2 < 1024),1,``allow' dollarsone self:capability net_bind_service;',`dnl
|
||||
|
|
Loading…
Reference in New Issue