do not use `a' quoting style in comments

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-08-02 14:26:33 +02:00
parent 18e781dc02
commit 95f7953f2c
35 changed files with 42 additions and 42 deletions

View File

@@ -56,7 +56,7 @@ main (argc, argv)
if (**argv == **envp && strncmp (*envp, *argv, len) == 0)
{
eval = *envp + len;
/* If the environment variable doesn't have an `=', ignore it. */
/* If the environment variable doesn't have an '=', ignore it. */
if (*eval == '=')
{
puts (eval + 1);