summaryrefslogtreecommitdiff
path: root/module
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-12-02 19:02:05 +0100
committerAndy Wingo <wingo@pobox.com>2013-12-02 19:02:38 +0100
commit7f710308376126e415d109e302d7b4013326d712 (patch)
treeecbb247ead377147197459ae55c4b8cc04b49a5a /module
parentcdc75fd001b5a8c8d89b2545bd40740dbb26cb5d (diff)
downloadguile-7f710308376126e415d109e302d7b4013326d712.tar.gz
Fix brainfuck comment
* module/language/brainfuck/parse.scm: Fix outdated comment.
Diffstat (limited to 'module')
-rw-r--r--module/language/brainfuck/parse.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/module/language/brainfuck/parse.scm b/module/language/brainfuck/parse.scm
index 81dbdd94a..286d1e2ed 100644
--- a/module/language/brainfuck/parse.scm
+++ b/module/language/brainfuck/parse.scm
@@ -1,6 +1,6 @@
;;; Brainfuck for GNU Guile.
-;; Copyright (C) 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2009, 2013 Free Software Foundation, Inc.
;; This library is free software; you can redistribute it and/or
;; modify it under the terms of the GNU Lesser General Public
@@ -30,9 +30,6 @@
; where <instruction> is a symbolic name representing the type of instruction
; and the optional arguments represent further data (for instance, the body of
; a [...] loop as a number of nested instructions).
-;
-; A full brainfuck program is represented by the (<brainfuck> instructions)
-; object.
; While reading a number of instructions in sequence, all of them are cons'ed