mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 04:50:17 +01:00
all/trivial: fix few comment typos
This commit is contained in:
parent
234bc0adcf
commit
23bc781063
3 changed files with 4 additions and 4 deletions
|
|
@ -1006,7 +1006,7 @@ activate_cb (GObject *object,
|
|||
* picks the best available connection for the device and activates it.
|
||||
*
|
||||
* Note that the callback is invoked when NetworkManager has started activating
|
||||
* the new connection, not when it finishes. You can used the returned
|
||||
* the new connection, not when it finishes. You can use the returned
|
||||
* #NMActiveConnection object (in particular, #NMActiveConnection:state) to
|
||||
* track the activation to its completion.
|
||||
**/
|
||||
|
|
|
|||
|
|
@ -269,7 +269,7 @@ gboolean nm_logging_syslog_enabled (void);
|
|||
/*****************************************************************************/
|
||||
|
||||
/* Some implementation define a second set of logging macros, for a separate
|
||||
* use. As with the _LOGD() macro familiy above, the exact implementation
|
||||
* use. As with the _LOGD() macro family above, the exact implementation
|
||||
* depends on the file that uses them.
|
||||
* Still, it encourages a common pattern to have the common set of macros
|
||||
* like _LOG2D(), _LOG2I(), etc. and have _LOG2t() which by default
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ nm_platform_link_get_all (NMPlatform *self)
|
|||
* Returns: %NULL, if such a link exists or the internal
|
||||
* platform link object. Do not modify the returned value.
|
||||
* Also, be aware that any subsequent platform call might
|
||||
* invalidated/modify the returned instance.
|
||||
* invalidate/modify the returned instance.
|
||||
**/
|
||||
const NMPlatformLink *
|
||||
nm_platform_link_get (NMPlatform *self, int ifindex)
|
||||
|
|
@ -1461,7 +1461,7 @@ nm_platform_link_release (NMPlatform *self, int master, int slave)
|
|||
* @self: platform instance
|
||||
* @slave: Interface index of the slave.
|
||||
*
|
||||
* Returns: Interfase index of the slave's master.
|
||||
* Returns: Interface index of the slave's master.
|
||||
*/
|
||||
int
|
||||
nm_platform_link_get_master (NMPlatform *self, int slave)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue