summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-12-05 12:37:16 +0100
committerThomas Haller <thaller@redhat.com>2017-12-05 21:24:22 +0100
commit87da42772e4bac28795a94c5904d94607c2bd443 (patch)
tree6d6cb0fd8e7190fd8762e13cc7674d59889961ad
parentedbadd0b7d26145731925d51ca93bd698b657e34 (diff)
downloadNetworkManager-87da42772e4bac28795a94c5904d94607c2bd443.tar.gz
shared/trivial: fix type on comment
(cherry picked from commit 011a609bd4358dd40b293b276f926ecfeab65c86)
-rw-r--r--shared/nm-utils/nm-macros-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/nm-utils/nm-macros-internal.h b/shared/nm-utils/nm-macros-internal.h
index f4dca4b37a..fc474d4b1e 100644
--- a/shared/nm-utils/nm-macros-internal.h
+++ b/shared/nm-utils/nm-macros-internal.h
@@ -553,7 +553,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