From 1870737480b8beaa6c8834b916da7f73f4fb4807 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 15 Jul 2006 19:46:46 +0000 Subject: Comment tweak from tito. --- loginutils/su.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loginutils') diff --git a/loginutils/su.c b/loginutils/su.c index bd3e7c566..660ec6f51 100644 --- a/loginutils/su.c +++ b/loginutils/su.c @@ -87,7 +87,7 @@ int su_main ( int argc, char **argv ) setup_environment(opt_shell, flags & SU_OPT_l, !(flags & SU_OPT_mp), pw); USE_SELINUX(set_current_security_context(NULL);) - /* Returns only on error */ + /* Never returns */ run_shell(opt_shell, flags & SU_OPT_l, opt_command, (const char**)opt_args); return EXIT_FAILURE; -- cgit v1.2.3