summaryrefslogtreecommitdiff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index ed87df4f45..f85545c6f8 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -64,7 +64,7 @@ struct _NMActiveConnection {
struct _NMActiveConnectionPrivate *_priv;
/* active connection can be tracked in a list by NMManager. This is
- * the list node. */
+ * the list node. */
CList active_connections_lst;
};
@@ -72,8 +72,8 @@ typedef struct {
NMDBusObjectClass parent;
/* re-emits device state changes as a convenience for subclasses for
- * device states >= DISCONNECTED.
- */
+ * device states >= DISCONNECTED.
+ */
void (*device_state_changed)(NMActiveConnection *connection,
NMDevice * device,
NMDeviceState new_state,