diff options
author | Christian Brauner <christian.brauner@ubuntu.com> | 2017-11-18 17:54:24 +0100 |
---|---|---|
committer | Christian Brauner <christian.brauner@ubuntu.com> | 2017-11-18 17:54:24 +0100 |
commit | 5f9d19490b24a28e1445a8ed30cdcc727be6432c (patch) | |
tree | dd89bd7c4b27d9e55ead567ccc5fd868af9ac5c9 /support | |
parent | ea69a5c87498ba94eb804ab628000ecfc50d6710 (diff) | |
download | glibc-5f9d19490b24a28e1445a8ed30cdcc727be6432c.tar.gz glibc-5f9d19490b24a28e1445a8ed30cdcc727be6432c.tar.xz glibc-5f9d19490b24a28e1445a8ed30cdcc727be6432c.zip |
support_become_root: Fix comment style
Diffstat (limited to 'support')
-rw-r--r-- | support/support_become_root.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/support_become_root.c b/support/support_become_root.c index e45c939421..933138f99f 100644 --- a/support/support_become_root.c +++ b/support/support_become_root.c @@ -52,7 +52,7 @@ setup_uid_gid_mapping (uid_t original_uid, gid_t original_gid) xclose (fd); /* Linux 3.19 introduced the setgroups file. We need write "deny" to this - * file otherwise writing to gid_map will fail with EPERM. */ + file otherwise writing to gid_map will fail with EPERM. */ fd = open64 ("/proc/self/setgroups", O_WRONLY, 0); if (fd < 0) { |