diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-09-15 18:27:47 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-09-15 18:27:47 +0200 |
commit | e9c3018cec8ed236a375c59aed55e66e47671022 (patch) | |
tree | 22cfb7e29e9e7512ecc504548871f668bfd77cf3 /benchmark-suite | |
parent | 33d92fe6ca726a51c079a6524c18217bbe371cee (diff) |
Fix copyright year and module name of `write.bm'.
* benchmark-suite/benchmarks/write.bm: Fix copyright year and module
name.
Diffstat (limited to 'benchmark-suite')
-rw-r--r-- | benchmark-suite/benchmarks/write.bm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |