diff --git a/benchmark-suite/benchmarks/write.bm b/benchmark-suite/benchmarks/write.bm index e96f2efeb..46f5c8d1c 100644 --- a/benchmark-suite/benchmarks/write.bm +++ b/benchmark-suite/benchmarks/write.bm @@ -1,6 +1,6 @@ ;;; write.bm --- Exercise the printer. -*- Scheme -*- ;;; -;;; Copyright (C) 2008, 2010 Free Software Foundation, Inc. +;;; Copyright (C) 2010 Free Software Foundation, Inc. ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU Lesser General Public License @@ -17,7 +17,7 @@ ;;; not, write to the Free Software Foundation, Inc., 51 Franklin ;;; Street, Fifth Floor, Boston, MA 02110-1301 USA -(define-module (benchmarks read) +(define-module (benchmarks write) #:use-module (benchmark-suite lib)) (define %len 50000)