diff options
Diffstat (limited to 'libnm-glib')
-rw-r--r-- | libnm-glib/nm-ip4-config.c | 4 | ||||
-rw-r--r-- | libnm-glib/nm-ip6-config.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libnm-glib/nm-ip4-config.c b/libnm-glib/nm-ip4-config.c index 9e0e2e2d2..8954ee7ba 100644 --- a/libnm-glib/nm-ip4-config.c +++ b/libnm-glib/nm-ip4-config.c @@ -259,7 +259,7 @@ nm_ip4_config_class_init (NMIP4ConfigClass *config_class) /** * NMIP4Config:routes: * - * The #GPtrArray containing #NMSettingIP4Routes of the configuration. + * The #GPtrArray containing #NMSettingIP4Route<!-- -->s of the configuration. **/ g_object_class_install_property (object_class, PROP_ROUTES, @@ -459,7 +459,7 @@ nm_ip4_config_get_wins_servers (NMIP4Config *config) * Gets the routes. * * Returns: (element-type NMIP4Route): the #GSList containing - * #NMIP4Routes. This is the internal copy used by the configuration, + * #NMIP4Route<!-- -->s. This is the internal copy used by the configuration, * and must not be modified. **/ const GSList * diff --git a/libnm-glib/nm-ip6-config.c b/libnm-glib/nm-ip6-config.c index 5ec02dae8..b655b239a 100644 --- a/libnm-glib/nm-ip6-config.c +++ b/libnm-glib/nm-ip6-config.c @@ -310,7 +310,7 @@ nm_ip6_config_get_searches (NMIP6Config *config) * Gets the routes. * * Returns: (element-type NMIP6Route): the #GSList containing - * #NMIP6Routes. This is the internal copy used by the configuration, + * #NMIP6Route<!-- -->s. This is the internal copy used by the configuration, * and must not be modified. **/ const GSList * |