shared/trivial: fix type on comment

(cherry picked from commit 011a609bd4)
This commit is contained in:
Thomas Haller 2017-12-05 12:37:16 +01:00
parent 4c432ec6a6
commit e36b647c4b

View file

@ -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