mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 18:18:03 +02:00
libnm-core: fix typos in API documentation
This commit is contained in:
parent
d9143d851d
commit
2691fd279d
2 changed files with 4 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ _vf_vlan_create_hash (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* nm_srio_vf_new:
|
* nm_sriov_vf_new:
|
||||||
* @index: the VF index
|
* @index: the VF index
|
||||||
*
|
*
|
||||||
* Creates a new #NMSriovVF object.
|
* Creates a new #NMSriovVF object.
|
||||||
|
|
|
||||||
|
|
@ -2439,7 +2439,7 @@ _tc_read_common_opts (const char *str,
|
||||||
* @str: the string representation of a qdisc
|
* @str: the string representation of a qdisc
|
||||||
* @error: location of the error
|
* @error: location of the error
|
||||||
*
|
*
|
||||||
* Parces the tc style string qdisc representation of the queueing
|
* Parses the tc style string qdisc representation of the queueing
|
||||||
* discipline to a %NMTCQdisc instance. Supports a subset of the tc language.
|
* discipline to a %NMTCQdisc instance. Supports a subset of the tc language.
|
||||||
*
|
*
|
||||||
* Returns: the %NMTCQdisc or %NULL
|
* Returns: the %NMTCQdisc or %NULL
|
||||||
|
|
@ -2554,7 +2554,7 @@ nm_utils_tc_action_to_str (NMTCAction *action, GError **error)
|
||||||
* @str: the string representation of a action
|
* @str: the string representation of a action
|
||||||
* @error: location of the error
|
* @error: location of the error
|
||||||
*
|
*
|
||||||
* Parces the tc style string action representation of the queueing
|
* Parses the tc style string action representation of the queueing
|
||||||
* discipline to a %NMTCAction instance. Supports a subset of the tc language.
|
* discipline to a %NMTCAction instance. Supports a subset of the tc language.
|
||||||
*
|
*
|
||||||
* Returns: the %NMTCAction or %NULL
|
* Returns: the %NMTCAction or %NULL
|
||||||
|
|
@ -2707,7 +2707,7 @@ static const NMVariantAttributeSpec * const tc_tfilter_attribute_spec[] = {
|
||||||
* @str: the string representation of a tfilter
|
* @str: the string representation of a tfilter
|
||||||
* @error: location of the error
|
* @error: location of the error
|
||||||
*
|
*
|
||||||
* Parces the tc style string tfilter representation of the queueing
|
* Parses the tc style string tfilter representation of the queueing
|
||||||
* discipline to a %NMTCTfilter instance. Supports a subset of the tc language.
|
* discipline to a %NMTCTfilter instance. Supports a subset of the tc language.
|
||||||
*
|
*
|
||||||
* Returns: the %NMTCTfilter or %NULL
|
* Returns: the %NMTCTfilter or %NULL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue