--- projects/libstatgrab/src/statgrab/statgrab.c 2004/07/16 11:17:16 1.27 +++ projects/libstatgrab/src/statgrab/statgrab.c 2004/07/18 20:21:21 1.28 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: statgrab.c,v 1.27 2004/07/16 11:17:16 ats Exp $ + * $Id: statgrab.c,v 1.28 2004/07/18 20:21:21 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -682,7 +682,7 @@ int main(int argc, char **argv) { select_interesting(argc - optind, &argv[optind]); - /* We don't care if statgrab_init fails, because we can just display + /* We don't care if sg_init fails, because we can just display the statistics that can be read as non-root. */ sg_init(); if (sg_drop_privileges() != 0)