From a79de8773d56a7c7d003c973ac584eb9301e6861 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 12 Nov 2021 19:25:42 -0800 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.