Comment tweak from tito.
authorRob Landley <rob@landley.net>
Sat, 15 Jul 2006 19:46:46 +0000 (19:46 -0000)
committerRob Landley <rob@landley.net>
Sat, 15 Jul 2006 19:46:46 +0000 (19:46 -0000)
loginutils/su.c

index bd3e7c56691ac85c57bfc174cd745216f1d036d2..660ec6f515c172a321ac195ffe4d0b9b8321f540 100644 (file)
@@ -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;