From 01c90ad350d5413925ecd8621283d6eb73cfb7ba Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 9 Jun 2017 19:04:59 -0700 Subject: [PATCH] Mac scr: fix comment --- clientscr/gfx_switcher.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/clientscr/gfx_switcher.cpp b/clientscr/gfx_switcher.cpp index 4fcc43c50c..d3dc561b7b 100644 --- a/clientscr/gfx_switcher.cpp +++ b/clientscr/gfx_switcher.cpp @@ -1,6 +1,6 @@ // This file is part of BOINC. // http://boinc.berkeley.edu -// Copyright (C) 2008 University of California +// Copyright (C) 2017 University of California // // BOINC is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License @@ -18,9 +18,9 @@ // gfx_switcher.C // // Used by screensaver to: -// - launch graphics application at given slot number as user & owner boinc_project -// - launch default graphics application as user & owner boinc_project -// - kill graphics application with given process ID as user & owner boinc_project +// - launch graphics application at given slot number as user & group boinc_project +// - launch default graphics application as user & group boinc_project +// - kill graphics application with given process ID as user & group boinc_project // #include #include