I'm going to hell for this..

This typo has been around since July 2019 (commit 784e17d487). I swear
I've spelt the name correctly scores of times before that.
This commit is contained in:
Kartik K. Agaram 2021-11-12 19:25:42 -08:00
parent 8e9ddaee55
commit a79de8773d
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ Mu builds on many ideas that have come before, especially:
On a more tactical level, this project has made progress in a series of bursts
as I discovered the following resources. In autobiographical order, with no
claims of completeness:
- [“Bootstrapping a compiler from nothing”](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html) by Edmund Grumley-Evans.
- [“Bootstrapping a compiler from nothing”](http://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html) by Edmund Grimley-Evans.
- [StoneKnifeForth](https://github.com/kragen/stoneknifeforth) by [Kragen Sitaker](http://canonical.org/~kragen),
including [a tiny sketch of an ELF loader](https://github.com/kragen/stoneknifeforth/blob/master/386.c).
- [“Creating tiny ELF executables”](https://www.muppetlabs.com/~breadbox/software/tiny/teensy.html) by Brian Raiter.