1
0
Fork 0
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:
Martijn Dekker 2020-05-16 21:48:33 +01:00
parent 412cd96dc1
commit 75fc493e7d

View file

@ -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)