aboutsummaryrefslogtreecommitdiffstats
path: root/gl/unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gl/unsetenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gl/unsetenv.c b/gl/unsetenv.c
index 222d7fc67..8a025d48e 100644
--- a/gl/unsetenv.c
+++ b/gl/unsetenv.c
@@ -38,7 +38,7 @@ extern char **environ;
#endif
#if _LIBC
-/* This lock protects against simultaneous modifications of `environ'. */
+/* This lock protects against simultaneous modifications of 'environ'. */
# include <bits/libc-lock.h>
__libc_lock_define_initialized (static, envlock)
# define LOCK __libc_lock_lock (envlock)