From 011a609bd4358dd40b293b276f926ecfeab65c86 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 5 Dec 2017 12:37:16 +0100 Subject: [PATCH] shared/trivial: fix type on comment --- shared/nm-utils/nm-macros-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/nm-utils/nm-macros-internal.h b/shared/nm-utils/nm-macros-internal.h index cf9142fe99..8005375c9d 100644 --- a/shared/nm-utils/nm-macros-internal.h +++ b/shared/nm-utils/nm-macros-internal.h @@ -577,7 +577,7 @@ _NM_IN_STRSET_streq (const char *x, const char *s) /* NM_CACHED_QUARK_FCN() is essentially the same as G_DEFINE_QUARK * with two differences: - * - @string must be a quited string-literal + * - @string must be a quoted string-literal * - @fcn must be the full function name, while G_DEFINE_QUARK() appends * "_quark" to the function name. * Both properties of G_DEFINE_QUARK() are non favorable, because you can no