summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Leeds <matthew.leeds@endlessm.com>2018-12-11 11:04:25 -0800
committerJan Rybar <jrybar@redhat.com>2022-05-02 17:00:05 +0000
commit22ff3e52c314ea5450d9075dec44e81f923a8588 (patch)
treeacd1be414176c7f2d474ad9e9320bd3692264412 /src
parentaf533784a33040ce91b03744c6fd5ba9aff3e007 (diff)
downloadpolkit-22ff3e52c314ea5450d9075dec44e81f923a8588.tar.gz
Fix a typo of gid_t in a comment
Diffstat (limited to 'src')
-rw-r--r--src/polkit/polkitunixgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polkit/polkitunixgroup.c b/src/polkit/polkitunixgroup.c
index 309f689..3df8ba6 100644
--- a/src/polkit/polkitunixgroup.c
+++ b/src/polkit/polkitunixgroup.c
@@ -71,7 +71,7 @@ G_DEFINE_TYPE_WITH_CODE (PolkitUnixGroup, polkit_unix_group, G_TYPE_OBJECT,
static void
polkit_unix_group_init (PolkitUnixGroup *unix_group)
{
- unix_group->gid = -1; /* (git_t) -1 is not a valid GID under Linux */
+ unix_group->gid = -1; /* (gid_t) -1 is not a valid GID under Linux */
}
static void