sh/suid_exec.c: fix 2 confusing typos in comments
(cherry picked from commit 6cccaedd91e4309b542b8a17c8318f3bff9511b0)
This commit is contained in:
parent
412cd96dc1
commit
75fc493e7d
|
|
@ -247,7 +247,7 @@ exec:
|
|||
}
|
||||
|
||||
/*
|
||||
* return true of shell ends in sh of ksh
|
||||
* return true if shell ends in sh or ksh
|
||||
*/
|
||||
|
||||
static int endsh(register const char *shell)
|
||||
|
|
@ -265,7 +265,7 @@ static int endsh(register const char *shell)
|
|||
|
||||
|
||||
/*
|
||||
* return true of shell is in <dir> directory
|
||||
* return true if shell is in <dir> directory
|
||||
*/
|
||||
|
||||
static int in_dir(register const char *dir,register const char *shell)
|
||||
|
|
|
|||
Loading…
Reference in New Issue