[dbench @ tridge@samba.org-20070717123945-34sbk2w6rhc3wdm9]
[tridge/dbench.git] / util.c
diff --git a/util.c b/util.c
index 102cc720c45f4effb6e40bcfe2c497e2ee0ef951..fae938964dc5fb1e655a397538184d2d3fe4f027 100644 (file)
--- a/util.c
+++ b/util.c
@@ -4,7 +4,7 @@
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
-   the Free Software Foundation; either version 2 of the License, or
+   the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
@@ -13,8 +13,7 @@
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
-   along with this program; if not, write to the Free Software
-   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+   along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "dbench.h"
@@ -32,7 +31,7 @@
    which will persist across fork() but will disappear when all processes
    exit 
 
-   The memory is not zeroed 
+   The memory is zeroed 
 
    This function uses system5 shared memory. It takes advantage of a property
    that the memory is not destroyed if it is attached when the id is removed