From e028edd1c5015caac4605dfc4460aa3f0c887fe7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 8 Nov 2016 14:24:36 +0100 Subject: [PATCH] libnm/trivial: fix code comment for internal header libnm/nm-manager.h --- libnm/nm-manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm/nm-manager.h b/libnm/nm-manager.h index 7b6dd675d3..2785c680f6 100644 --- a/libnm/nm-manager.h +++ b/libnm/nm-manager.h @@ -72,7 +72,7 @@ typedef struct { NMClientPermission permission, NMClientPermissionResult result); - /* Beware: no more slots. Cannot extend struct without breaking ABI. */ + /* nm-manager.h is internal API. We can add more slots without breaking ABI. */ } NMManagerClass; GType nm_manager_get_type (void);