chiark
/
gitweb
/
~mdw
/
fringe
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6748164
)
algol68-fringe.a68: Fix stupid typo in a comment.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Apr 2013 15:25:51 +0000
(16:25 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 1 Apr 2013 17:01:37 +0000
(18:01 +0100)
algol68-fringe.a68
patch
|
blob
|
blame
|
history
diff --git
a/algol68-fringe.a68
b/algol68-fringe.a68
index b04ee273306c2d69a7adcfe987c3bdd5882b65e1..b3075e022ddc02198c280ec3285acd82822a9a4e 100644
(file)
--- a/
algol68-fringe.a68
+++ b/
algol68-fringe.a68
@@
-40,7
+40,7
@@
PROC parse tree = ([] CHAR string) REF NODE:
##
## tree ::= empty | `(' tree char tree `)'
##
##
## tree ::= empty | `(' tree char tree `)'
##
- ## The amiguity is resolved by always treating `(' as a tree when a tree
+ ## The am
b
iguity is resolved by always treating `(' as a tree when a tree
## is expected.
#
BEGIN INT i := LWB string;
## is expected.
#
BEGIN INT i := LWB string;