mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
sh/suid_exec.c: fix 2 confusing typos in comments
(cherry picked from commit 6cccaedd91e4309b542b8a17c8318f3bff9511b0)
This commit is contained in:
parent
412cd96dc1
commit
75fc493e7d
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
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)
|
static int in_dir(register const char *dir,register const char *shell)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue