diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-12 19:25:42 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-12 19:26:00 -0800 |
commit | a79de8773d56a7c7d003c973ac584eb9301e6861 (patch) | |
tree | 4aa142d6a864cba353629fd39d3162d8b311e370 | |
parent | 8e9ddaee55650e87aa8cb3c851824229e41564d2 (diff) | |
download | mu-a79de8773d56a7c7d003c973ac584eb9301e6861.tar.gz |
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.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 4ca9d10e..119dcc90 100644 --- a/README.md +++ b/README.md @@ -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. |