meson: fix type in comment

As per https://github.com/systemd/systemd/pull/38999#discussion_r2363704203
This commit is contained in:
Lennart Poettering
2025-09-20 08:41:56 +02:00
parent 882c9ce040
commit 49e5c6462e

View File

@@ -2296,7 +2296,7 @@ pam_template = {
],
'dependencies' : [
# Note: our PAM modules also call dlopen_libpam() and use
# symbols aquired through that, hence the explicit dep here is
# symbols acquired through that, hence the explicit dep here is
# strictly speaking unnecessary. We put it in place anyway,
# since for the PAM modules we cannot avoid libpam anyway,
# after all they are loaded *by* libpam, and hence there's no