meson: fix comment

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-05-13 15:34:23 +02:00
parent 00d359e988
commit 822ee89b95

View file

@ -942,7 +942,7 @@ foreach option : ['adm-gid',
name = option.underscorify().to_upper()
val = get_option(option)
# Ensure provided GID argument is numeric, otherwise fall back to default assignment
# Ensure provided GID argument is positive, otherwise fall back to default assignment
conf.set(name, val > 0 ? val : '-')
if val > 0
static_ugids += '@0@:@1@'.format(option, val)