summaryrefslogtreecommitdiff
path: root/shared/nm-glib-aux/nm-secret-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nm-glib-aux/nm-secret-utils.h')
-rw-r--r--shared/nm-glib-aux/nm-secret-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-glib-aux/nm-secret-utils.h b/shared/nm-glib-aux/nm-secret-utils.h
index 67a5f10d49..a8f33ce812 100644
--- a/shared/nm-glib-aux/nm-secret-utils.h
+++ b/shared/nm-glib-aux/nm-secret-utils.h
@@ -44,7 +44,7 @@ typedef struct {
gsize len;
/* the data pointer. This pointer must be allocated with malloc (at least
- * when used with nm_secret_ptr_clear()). */
+ * when used with nm_secret_ptr_clear()). */
union {
char * str;
void * ptr;